1
0
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:
xiez
2012-06-04 21:27:32 +08:00
parent 28dbc2ad73
commit f9c72b57a4
17 changed files with 286 additions and 5 deletions

View File

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