1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00

[search] css fix

This commit is contained in:
llj
2016-04-21 11:30:24 +08:00
parent 294224d382
commit fe5b82b6e1

View File

@@ -2688,7 +2688,6 @@ button.dropdown-toggle:focus {
/* search */ /* search */
.search-input { .search-input {
height:24px;
margin:0; margin:0;
border:1px solid #ddd; border:1px solid #ddd;
border-radius:3px; border-radius:3px;
@@ -2725,7 +2724,7 @@ button.dropdown-toggle:focus {
} }
#advanced-search-form .search-input { #advanced-search-form .search-input {
width:98%; width:98%;
padding:0 3px; padding:1px 3px;
} }
#advanced-search-form .submit { #advanced-search-form .submit {
margin-bottom:0; margin-bottom:0;
@@ -2759,7 +2758,7 @@ button.dropdown-toggle:focus {
} }
#top-search-form .search-input { #top-search-form .search-input {
width:155px; width:155px;
padding: 0 30px 0 5px; padding:1px 30px 1px 5px;
} }
#search-form, #search-form,
#search-user-form, #search-user-form,
@@ -2780,6 +2779,7 @@ button.dropdown-toggle:focus {
} }
#search-form .search-input { #search-form .search-input {
width:392px; width:392px;
height:24px;
padding:0 30px 0 5px; padding:0 30px 0 5px;
} }
#search-results { #search-results {