1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00

added system notification (#3118)

This commit is contained in:
llj
2019-03-15 16:06:51 +08:00
committed by Daniel Pan
parent 9530e94fe1
commit b0dac198b2
5 changed files with 126 additions and 40 deletions

View File

@@ -0,0 +1,22 @@
#info-bar {
color: #1f0600;
padding: 4px 25px 4px 10px;
background: #fddaa4;
position: relative;
}
#info-bar .close {
position: absolute;
right: 5px;
top: 5px;
font-size: 16px;
line-height: 1;
color: #888;
cursor: pointer;
}
#info-bar-info {
margin: 0;
}
#info-bar-info a {
color: #a68558;
text-decoration: underline;
}