diff options
author | Alib <aliboba@free.fr> | 2010-03-16 01:28:39 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-16 01:28:39 +0100 |
commit | d1f8c381b7aabba27d261274548fa5b51e3dcc94 (patch) | |
tree | bca5abf41bbda01dce58872dd79a1bf41e589c9e /css | |
parent | 438912c0c4a4075a5cd74cf9689451c9df4bbe34 (diff) | |
download | istreamdev-d1f8c381b7aabba27d261274548fa5b51e3dcc94.tar.gz istreamdev-d1f8c381b7aabba27d261274548fa5b51e3dcc94.tar.bz2 |
audio stream in progress
Diffstat (limited to 'css')
-rw-r--r-- | css/istreamdev.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css index ac58b7a..aa07a18 100644 --- a/css/istreamdev.css +++ b/css/istreamdev.css @@ -272,7 +272,7 @@ height: 20px; padding: 0; } -li.track .numberbox { +li.track a .numberbox { position: relative; width: 23px; height: 42px; @@ -283,7 +283,7 @@ margin-right: 3px; border-right: 1px solid #333333; -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0; } -li.track .number { +li.track a .number { position: absolute; color: #9c9ea0; top: 10px; @@ -295,7 +295,7 @@ left: 32px; padding-left: 4px; top: -3px; } -li.track div.timebox { +li.track a div.timebox { position: relative; width: 30px; height: 42px; @@ -306,7 +306,7 @@ margin-left: 3px; border-left: 1px solid #333333; -webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0; } -li.track .time { +li.track a .time { position: absolute; color: #9c9ea0; top: 13px; |