webui-aria2/css/style.css

70 lines
1003 B
CSS
Raw Normal View History

input[type=checkbox], input[type=radio] {
vertical-align: middle;
position: relative;
}
2014-02-24 07:46:11 +01:00
.pagination ul > li:not(.disabled) {
cursor: pointer;
}
.pagination ul > li.active > a {
color: #fff;
background-color: #428bca;
}
.label-active, .badge-active, .progress-active .bar {
background-color: #62C462;
}
.progress-success .bar {
background-color: #468847 !important;
}
.alerts {
position: fixed;
right: 6px;
z-index: 900;
width: 40%;
}
.alert {
float: right;
clear: right;
margin-bottom: 5px;
margin-top: 5px;
}
2013-01-15 12:19:26 +01:00
/* fix modal overflow on low resolutions */
.modal {
position: absolute;
}
@media (min-width: 980px) {
body {
padding-top: 60px;
}
}
.download-graph {
font-size: x-small;
font-family: sans-serif;
}
2014-02-24 05:55:04 +01:00
#download-graph {
float: right;
}
@media (max-width: 767px) {
#download-graph {
float: none;
width: 100%;
}
}
2014-02-20 20:14:27 +01:00
#download-filter {
margin: 0;
height: auto;
}
#filters label {
display: inline-block;
white-space: nowrap;
}