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

add styles for org remove notice

This commit is contained in:
llj
2013-03-01 11:27:58 +08:00
parent bfd74931be
commit b240a551c2
3 changed files with 14 additions and 1 deletions

View File

@@ -480,6 +480,16 @@ textarea:-moz-placeholder {/* for FF */
}
/* header */
#notice {
text-align:center;
}
#notice-con {
color:red;
padding:3px 5px;
background:#ffc;
box-shadow:0 0 6px gray;
border-radius:1px;
}
#logo {
width:95px;
height:40px;