summaryrefslogtreecommitdiffstats
path: root/themes/classic/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-06 20:59:26 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-01-06 20:59:26 +0000
commite73e55333452ce5615c21f27f323cc94bb8654bc (patch)
treec7b6dd77684623d2461a77055f2b9608885f5570 /themes/classic/templates
parentdb638040c7d6ee38187ffa9a99d083449e9669a3 (diff)
downloadampache-e73e55333452ce5615c21f27f323cc94bb8654bc.tar.gz
ampache-e73e55333452ce5615c21f27f323cc94bb8654bc.tar.bz2
ampache-e73e55333452ce5615c21f27f323cc94bb8654bc.zip
* Fixed display issues on TV page relating to
now playing Post AJAX and floating issues * Fixed display of Last IP if tracking disabled * Fixed play issue with invalid songs when using Democratic Play
Diffstat (limited to 'themes/classic/templates')
-rw-r--r--themes/classic/templates/default.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 406f3583..8ab922e6 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -601,14 +601,13 @@ margin-right:5em;
/* TV Page Related Styles */
-#tv_control {
- float:left;
-}
-
#tv_np {
float:right;
}
-
+#tv_left {
+ float: left;
+ clear right;
+}
#tv_playlist {
clear: both;
}