diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/istreamdev.css | 16 | ||||
-rw-r--r-- | css/theme.css | 1 |
2 files changed, 14 insertions, 3 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css index 5d48d98..a2995ef 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -15,6 +15,19 @@ div.loader { position: absolute; } +#status_box { +z-index: 102; +background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#aaa), color-stop(.6,#CCCCCC)); +line-height: 16px; +text-align: center; +text-shadow: rgba(255,255,255,.8) 0 1px 0; +color: #444; +padding: 15px; +border-top: 1px solid rgba(255,255,255,.2); +display: none; +font: bold 12px "Helvetica Neue", Helvetica; +} + ul li img.menuicon { vertical-align: middle; } @@ -249,9 +262,6 @@ font-size: 12px; color: #FF8300; } -#timers .info { -display: none; -} a.cat_but { diff --git a/css/theme.css b/css/theme.css index a7d7a34..1e1111f 100644 --- a/css/theme.css +++ b/css/theme.css @@ -23,6 +23,7 @@ body > *, div#jqt > * { #jqt .black-translucent .toolbar { margin-top: 20px; } + div#jqt .toolbar > h1 { position: absolute; overflow: hidden; |