summaryrefslogtreecommitdiffstats
path: root/themes/classic
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-10 19:05:42 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-10 19:05:42 +0000
commit0e26226af811a2a92c300ff28f3aa1ad47ae19f0 (patch)
treeb5c083da4160cc61d0ac3aec21d9129f54f49937 /themes/classic
parent7114792a08c65a5429bfdf6bfaba267b9f88b019 (diff)
downloadampache-0e26226af811a2a92c300ff28f3aa1ad47ae19f0.tar.gz
ampache-0e26226af811a2a92c300ff28f3aa1ad47ae19f0.tar.bz2
ampache-0e26226af811a2a92c300ff28f3aa1ad47ae19f0.zip
initial work on democratic play, not finished, added drop down select for playtype switching back in, thinking about changing it and making it a row of icons... not sure
Diffstat (limited to 'themes/classic')
-rw-r--r--themes/classic/templates/default.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 5778cc49..82825cec 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -70,7 +70,7 @@ input {
/* IE6 behaviors */
/* - csshover2: :hover support on any element */
/************************************************/
-body { behavior:url("csshover2.htc"); }
+body { behavior:url("templates/csshover2.htc"); }
/************************************************/
/* XSPF Player */
@@ -97,6 +97,11 @@ body { behavior:url("csshover2.htc"); }
.box_headerbox {display:table;}
.box_headerbox #loginInfo {font-weight:bold;display:block;text-align:right;margin-bottom:.3em;}
+#play_type_switch {
+ float:left;
+ margin-top:2px;
+}
+
/************************************************/
/* Footer */
/************************************************/