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

[info bar] fix

This commit is contained in:
llj
2016-06-13 17:16:36 +08:00
parent 912c3c3f48
commit 51547a83c7

View File

@@ -1610,13 +1610,16 @@ button.sf-dropdown-toggle:focus {
color: #1f0600;
padding:1px 25px 1px 10px;
background: #fddaa4;
position:relative;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 2;
}
#info-bar .close {
position:absolute;
right:5px;
top:5px;
color:#d6ba8f;
font-size:16px;
margin:0;
}