1
0
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:
llj
2014-02-24 11:17:40 +08:00
parent f61ec323ae
commit c98f09dd00
2 changed files with 16 additions and 3 deletions

View File

@@ -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;