summaryrefslogtreecommitdiffstats
path: root/themes/greysme
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2008-02-23 19:13:25 +0000
committerspocky <spocky@ampache>2008-02-23 19:13:25 +0000
commit35c18ec29b7063a112103bb4bd799e10ee6fb1e1 (patch)
treef993de7d921a3a42530e0c5550f2ec4f314e23b7 /themes/greysme
parente9e0d7926740e75bb2e25932f01b07345e80d1fc (diff)
downloadampache-35c18ec29b7063a112103bb4bd799e10ee6fb1e1.tar.gz
ampache-35c18ec29b7063a112103bb4bd799e10ee6fb1e1.tar.bz2
ampache-35c18ec29b7063a112103bb4bd799e10ee6fb1e1.zip
Updated shoutbox display
Diffstat (limited to 'themes/greysme')
-rw-r--r--themes/greysme/templates/default.css34
1 files changed, 21 insertions, 13 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css
index 2a25c82e..e12ab897 100644
--- a/themes/greysme/templates/default.css
+++ b/themes/greysme/templates/default.css
@@ -658,24 +658,32 @@ background:#000;
/* Shoutbox */
/************************************************/
+
#shoutbox {
- font-size:0.8em;
-}
+ font-size:1em;
+ position:relative;
+}
-#shoutbox div.shout {
- float:left;
- margin-right:5px;
-}
+#shoutbox div.shout {
+ /*float:left;*/
+ padding:1em 85px 0 30px;
+}
-#shoutbox span.information {
- float:left;
- clear:left;
+#shoutbox span.information {
+/* float:left;
+ clear:left;*/
+}
+#shoutbox .shouttext{display:block;}
+img.shoutboximage {
+ margin-right:3px;
+ width:25px;
+ height:25px;
+ position:absolute;margin-left:-30px;
}
+.shoutodd img.shoutboximage {/*float:right;*/}
+.shouteven img.shoutboximage {/*float:right;*/}
-img.shoutboximage {
- float:left;
- margin-right:3px;
-}
+div.shout:hover img.shoutboximage{width:75px;height:75px;position:absolute;top:50%;right:0;margin-top:-38px}
/************************************************/
/* List Header */