diff options
author | Alib <aliboba@free.fr> | 2010-03-23 17:23:31 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-23 17:23:31 +0100 |
commit | 50171cdd7b3b05a62826d88381e6e11ec22d95f3 (patch) | |
tree | 6c183db1a17c40936c07b82100426584ba47e42e /css | |
parent | 4568b0e65d4f029384aeec26e2b2df6b8f37ffc2 (diff) | |
download | istreamdev-50171cdd7b3b05a62826d88381e6e11ec22d95f3.tar.gz istreamdev-50171cdd7b3b05a62826d88381e6e11ec22d95f3.tar.bz2 |
added record from channel info
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; |