Fix Search Box icon

This commit is contained in:
Deon George 2014-08-23 01:04:40 +10:00
parent 123ae34beb
commit 848da15872
2 changed files with 91 additions and 0 deletions

View File

@ -0,0 +1,90 @@
/* 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;
}

View File

@ -25,6 +25,7 @@
echo HTML::style(Site::Protocol('fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,800italic,400,600,800'));
echo HTML::style('media/css/ui-lightness/jquery-ui-1.10.0.custom.min.css');
echo HTML::style('media/theme/baseadmin/css/custom.css');
echo Style::factory()->render_all();
?>