1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-19 07:27:56 +00:00

modified style of top-bar

This commit is contained in:
llj 2012-08-03 17:09:51 +08:00
parent c04900d3de
commit d1a37121de

View File

@ -191,9 +191,13 @@ p {
.top-bar a { .top-bar a {
color:#ddd; color:#ddd;
font-weight:normal; font-weight:normal;
padding:0 2px;
}
.top-bar a,
.top-bar span {
vertical-align:middle;
display:inline-block; display:inline-block;
height:21px; height:21px;
padding:0 2px;
} }
.top-bar a.avatar-link { .top-bar a.avatar-link {
height:16px; height:16px;
@ -205,10 +209,6 @@ p {
.top-bar a.cur { .top-bar a.cur {
background:#000; background:#000;
} }
.top-bar a,
.top-bar span {
vertical-align:middle;
}
.top-bar span { .top-bar span {
margin-right:3px; margin-right:3px;
} }