From 0e26226af811a2a92c300ff28f3aa1ad47ae19f0 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 10 Nov 2007 19:05:42 +0000 Subject: 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 --- themes/classic/templates/default.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'themes/classic') 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 */ /************************************************/ -- cgit