mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-18 00:00:00 +00:00
Add notification at info-bar, and fix bug in visiting register/login page when user is already logged in.
This commit is contained in:
@@ -127,6 +127,12 @@ table img {
|
||||
width:680px;
|
||||
}
|
||||
#footer { color:#999; padding-top:2px; margin:25px auto; border-top:1px solid #DDD; }
|
||||
|
||||
/* info-bar */
|
||||
#info-bar { height: 30px; color: #fff; background: #000; }
|
||||
#info-bar .info { margin: 5px 0 auto 1em; float: left; }
|
||||
#info-bar .close { margin: 7px 5px auto 0; float: right; background: url(../img/close-16.png); height: 16px; width:16px; }
|
||||
|
||||
/* top-bar */
|
||||
#top-bar { height:20px; padding-bottom:21px; background:#fff url('../img/dropshadow.png') repeat-x center bottom; }
|
||||
.top-bar { height:20px; color:#fff; text-align:right; font-weight:bold; background:#606; }
|
||||
@@ -331,3 +337,6 @@ h2.repo-history {
|
||||
background:transparent url('../img/add.png') scroll no-repeat left 50%;
|
||||
margin-top:2px;
|
||||
}
|
||||
|
||||
/* notification admin */
|
||||
.cur-note { color: red; font-size: 75%; }
|
||||
|
Reference in New Issue
Block a user