summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlib <aliboba@free.fr>2010-04-05 15:25:07 +0200
committerAlib <aliboba@free.fr>2010-04-05 15:25:07 +0200
commit1229876c0499d73fafb26e740d49ca2e1381dfc7 (patch)
tree49aede34b3ecb5df035eba052fd513ff17bffd3a
parent5604f4b4f166783e28b4750c7793a9711a20603c (diff)
downloadistreamdev-1229876c0499d73fafb26e740d49ca2e1381dfc7.tar.gz
istreamdev-1229876c0499d73fafb26e740d49ca2e1381dfc7.tar.bz2
moved message status layer on top of header bar.
-rw-r--r--css/istreamdev.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/istreamdev.css b/css/istreamdev.css
index 63cdba8..4d1dd44 100644
--- a/css/istreamdev.css
+++ b/css/istreamdev.css
@@ -24,7 +24,11 @@ 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;
+display: block;
+position: absolute;
+left: 0;
+top: 0;
+width: 100%;
font: bold 12px "Helvetica Neue", Helvetica;
}
@@ -361,4 +365,4 @@ font-weight: bold;
display: block;
color: #ccc;
text-shadow: rgba(0,0,0,.8) 0 1px 0;
-} \ No newline at end of file
+}