mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-21 19:00:12 +00:00
[repo] fixed 'details' bug; modified bottom_bar ui
This commit is contained in:
@@ -2347,12 +2347,20 @@ textarea:-moz-placeholder {/* for FF */
|
||||
position:fixed;
|
||||
bottom:0;
|
||||
right:10px;
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
border-color:#f2f2f2 #cacaca #919191;
|
||||
border-top-left-radius:4px;
|
||||
border-top-right-radius:4px;
|
||||
}
|
||||
#bottom-bar button {
|
||||
#discuss, #click-into-group {
|
||||
color:#424242;
|
||||
padding:3px 12px;
|
||||
background:#fff;
|
||||
border-color:#cacaca;
|
||||
margin-left:2px;
|
||||
border:none;
|
||||
}
|
||||
#click-into-group {
|
||||
border-left:1px solid #ebebeb;
|
||||
}
|
||||
#bottom-bar button:focus {
|
||||
outline:none;
|
||||
|
Reference in New Issue
Block a user