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

[grp discuss] improved html/css, mainly for autocomplete menu

This commit is contained in:
llj
2013-03-20 16:48:43 +08:00
parent 1bad63fabe
commit 886447ce61
2 changed files with 19 additions and 16 deletions

View File

@@ -1458,11 +1458,18 @@ textarea:-moz-placeholder {/* for FF */
}
#group-message-form {
padding:6px;
width:562px;
background:#f9f9f9;
border:1px solid #c4c4c4;
border-radius:5px;
background:#f9f9f9;
margin-left:64px;
position:relative;
}
#group-message-form .avatar {
position:absolute;
left:-64px;
top:-1px;
}
#message {
width:550px;
padding:3px 5px;