rollerverbrauch/app/static/css/main.css

113 lines
1.5 KiB
CSS
Raw Normal View History

.markdown > h1 {
font-size: 14px;
font-weight: bold;
}
.markdown {
text-align: left
}
2015-03-06 21:58:53 +01:00
body {
padding-top: 50px;
}
2016-05-24 06:49:39 +02:00
2015-03-06 21:58:53 +01:00
.starter-template {
padding-top: 0px;
// padding-bottom: 60px;
2015-03-06 21:58:53 +01:00
text-align: center;
}
th {
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
td {
text-align: right;
padding-left: 10px;
padding-right: 10px;
2015-03-09 20:06:17 +01:00
}
.error {
2015-03-13 22:40:27 +01:00
color: #a94442;
2015-03-12 08:02:17 +01:00
}
.nav-pills > li > a {
border: 1px solid;
2016-05-22 11:47:46 +02:00
}
h1 {
margin-top: 0px;
}
h2 {
margin-top: 0px;
}
h3 {
margin-top: 0px;
2016-05-24 06:49:39 +02:00
text-align: center;
2016-05-22 11:47:46 +02:00
}
h3:before{
content:"― ";
}
h3:after{
content:" ―";
}
2016-05-24 06:49:39 +02:00
.tab-content > .active {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
padding: 1px;
padding-top: 15px;
}
2016-05-22 11:47:46 +02:00
2016-05-24 06:49:39 +02:00
.panel-body > p, .panel-body > ul {
text-align: left;
}
2016-05-22 11:47:46 +02:00
.alert {
margin-bottom:0px;
}
.topspace {
margin-top: 5px;
}
2016-05-24 06:49:39 +02:00
// for small devices
2016-05-22 11:47:46 +02:00
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px) {
h3:before{
content:"";
}
h3:after{
content:"";
}
#charts_tabs {
display:none;
}
#charts_tabs-content {
display:none;
}
}
/*
* styling for sortable tables
*/
th.header {
background-image: url(../img/updown.gif);
background-repeat: no-repeat;
background-position: center right;
}
th.headerSortUp {
background-image: url(../img/down.gif);
}
th.headerSortDown {
background-image: url(../img/up.gif);
}