mirror of
https://github.com/haiwen/seahub.git
synced 2025-10-22 11:43:33 +00:00
[info bar] fix
This commit is contained in:
@@ -1610,13 +1610,16 @@ button.sf-dropdown-toggle:focus {
|
|||||||
color: #1f0600;
|
color: #1f0600;
|
||||||
padding:1px 25px 1px 10px;
|
padding:1px 25px 1px 10px;
|
||||||
background: #fddaa4;
|
background: #fddaa4;
|
||||||
position:relative;
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
#info-bar .close {
|
#info-bar .close {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
right:5px;
|
right:5px;
|
||||||
top:5px;
|
top:5px;
|
||||||
color:#d6ba8f;
|
|
||||||
font-size:16px;
|
font-size:16px;
|
||||||
margin:0;
|
margin:0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user