Skip to content

Commit

Permalink
Update connection text label on status bar style
Browse files Browse the repository at this point in the history
  • Loading branch information
timdream committed Jul 23, 2012
1 parent 7a821bb commit 92843a6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/system/style/statusbar/statusbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,19 @@
background: url('images/loading.gif') center center repeat-x;
}

#statusbar-time,
#statusbar-conn {
#statusbar-time {
padding: 0;
color: #fff;
font: 14px/14px 'Open Sans', sans-serif;
font-weight: 600;
}

#statusbar-conn {
padding: 0;
color: #fff;
font: 12px/14px 'Open Sans', sans-serif;
}

#statusbar-conn:empty {
display: none;
}
Expand Down

0 comments on commit 92843a6

Please sign in to comment.