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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user