summaryrefslogtreecommitdiffstats
path: root/themes/greysme
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-25 17:32:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-25 17:32:50 +0000
commitc56aeb1b7003ed10da98a8bbc8305a5cb90357a6 (patch)
tree476ed3baf1f14923c7034a340c172f4d38682c26 /themes/greysme
parent8442e4c7dbb9bad0386489418567c667e7b5ed91 (diff)
downloadampache-c56aeb1b7003ed10da98a8bbc8305a5cb90357a6.tar.gz
ampache-c56aeb1b7003ed10da98a8bbc8305a5cb90357a6.tar.bz2
ampache-c56aeb1b7003ed10da98a8bbc8305a5cb90357a6.zip
removed random space on lastfm prefs, started work on managing shout and flagged items, cleaned up shoutbox css a bit
Diffstat (limited to 'themes/greysme')
-rw-r--r--themes/greysme/templates/default.css33
1 files changed, 33 insertions, 0 deletions
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css
index e6354e70..7802e9ac 100644
--- a/themes/greysme/templates/default.css
+++ b/themes/greysme/templates/default.css
@@ -638,6 +638,28 @@ background:#000;
float:left;
}
+/************************************************/
+/* Shoutbox */
+/************************************************/
+
+#shoutbox {
+ font-size:0.8em;
+}
+
+#shoutbox div.shout {
+ float:left;
+ margin-right:5px;
+}
+
+#shoutbox span.information {
+ float:left;
+ clear:left;
+}
+
+img.shoutboximage {
+ float:left;
+ margin-right:3px;
+}
/************************************************/
/* List Header */
@@ -706,6 +728,11 @@ background:#000;
margin:10px;
}
+#motd {
+ margin:0 auto 0 auto;
+ width: 437px;
+}
+
/************************************************/
/* Misc */
@@ -735,3 +762,9 @@ background:#000;
display: none;
}
+.information,.information a {
+ font-size: 0.9em;
+ font-style: italic;
+ color: #c0c0c0;
+}
+