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

[search result] fixed UI for mobile

This commit is contained in:
llj
2017-12-15 11:44:54 +08:00
parent f2326e520b
commit 352f20a0bb

View File

@@ -3075,6 +3075,7 @@ button.sf-dropdown-toggle:focus {
#search-form .input_and_submit {
display:inline-block;
position:relative;
width:60%;
}
#search-form .advanced-search {
color:#666;
@@ -3083,7 +3084,7 @@ button.sf-dropdown-toggle:focus {
margin-left:4px;
}
#search-form .search-input {
width:392px;
width:calc(100% - 35px);
height:24px;
padding:0 30px 0 5px;
}