This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
lnapp/media/theme/baseadmin/css/custom.css
2014-02-17 11:29:11 +11:00

91 lines
1.3 KiB
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;
}
.navbar .navbar-search .left-inner-addon {
position: relative;
}
.navbar .navbar-search .navbar-search-addon input.search-query {
padding-left: 30px;
padding-right: 30px;
width: 150px;
}
.navbar .navbar-search .navbar-search-addon i {
position: absolute;
padding: 8px 10px;
pointer-events: none;
}
.navbar .navbar-search .navbar-search-addon img {
position: absolute;
padding: 6px 10px;
pointer-events: none;
right: 0px;
visibility: hidden;
}