1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-22 03:16:34 +00:00

Change search box height

This commit is contained in:
plt
2013-03-09 20:44:28 +08:00
committed by plt
parent acca74dfd1
commit df5d7d22ec

View File

@@ -1931,7 +1931,7 @@ textarea:-moz-placeholder {/* for FF */
.search-form {
padding-left:5px;
height:28px;
height:24px;
border:1px solid #ddd;
border-radius:3px;
background:#fff;
@@ -1941,11 +1941,11 @@ textarea:-moz-placeholder {/* for FF */
#top-search-form {
width:214px;
*width:218px;
margin-top:1px;
margin-top:4px;
}
.search-input,
.search-form .search-submit {
height:28px;
height:24px;
border:0;
margin:0;
vertical-align:middle;