70 lines
874 B
CSS
70 lines
874 B
CSS
/* To fix out title bar. */
|
|
@media (min-width: 980px) {
|
|
.navbar.navbar-fixed-top {
|
|
position: fixed;
|
|
}
|
|
.subnavbar {
|
|
padding-top: 56px;
|
|
}
|
|
}
|
|
|
|
.pull-right > .dropdown-menu {
|
|
right: auto;
|
|
}
|
|
|
|
.subnavbar .subnavbar-inner {
|
|
height: 50px;
|
|
}
|
|
|
|
.subnavbar .mainnav {
|
|
height: 50px;
|
|
}
|
|
|
|
.subnavbar .mainnav > li {
|
|
min-width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
.subnavbar .mainnav > li > a:hover {
|
|
background-color: #f90;
|
|
color: #fff;
|
|
}
|
|
|
|
.subnavbar .mainnav > li > a {
|
|
color: #a7a7a7;
|
|
}
|
|
|
|
.subnavbar .mainnav > li > a > i {
|
|
height: 12px;
|
|
margin-top: 5px;
|
|
margin-bottom: 1px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.scrollable {
|
|
max-height: 600px;
|
|
overflow: auto;
|
|
}
|
|
|
|
legend+.control-group {
|
|
margin-top: 0px;
|
|
}
|
|
|
|
fieldset {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
dd form {
|
|
margin: 0px;
|
|
}
|
|
|
|
table .text-right {
|
|
text-align: right;
|
|
}
|
|
|
|
.dl-horizontal > dd:after {
|
|
display: table;
|
|
content: "";
|
|
clear: both;
|
|
}
|