css fixes

This commit is contained in:
marijus 2014-10-09 10:53:30 +02:00
parent fc0576acf8
commit cd188cb70d
2 changed files with 14 additions and 15 deletions

View File

@ -23,9 +23,20 @@
margin-top: 15px;
}
/* search */
#search-text {
border: 1px solid #ccc;
padding: 5px;
line-height: 1.5;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
/* notes */
#note-text {
padding: 5px;
width: 100%;
resize: vertical;
height: 150px;

View File

@ -894,18 +894,6 @@ footer {
font-family: FontAwesome;
}
#search-text {
border: 1px solid #ccc;
font-size: 1em;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
#netsearch-box .btn-sm {
padding: 2.78px 10px;
}
.profile-clear {
clear: both;
}
@ -2288,12 +2276,12 @@ blockquote {
}
aside .nav > li > a:hover, aside .nav > li > a:focus {
text-decoration: $navtabs_decohover;
background-color: $navaside_bghover;
text-decoration: $navtabs_decohover;
background-color: $navaside_bghover;
}
aside .nav-pills > li > a {
padding: 6px 10px;
padding: 6px 10px;
}
.dropdown-menu img {