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

Fix profile page and height of input

This commit is contained in:
Daniel Pan
2016-05-02 00:04:54 +08:00
parent 092950f802
commit 55da80b237
3 changed files with 13 additions and 8 deletions

View File

@@ -205,7 +205,7 @@ input {
input, button { display:inline-block;/*for ie*/ }
input[type=text],
input[type=password] {
height:22px;
height:26px;
}
button,
input[type=submit],
@@ -1294,7 +1294,7 @@ button.sf-dropdown-toggle:focus {
border-top: 1px solid #c9c9c9;
}
.msg-input {
width:350px;
width:362px;
padding:3px 5px;
}
.msg-form .submit {