diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-06 20:59:26 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-06 20:59:26 +0000 |
commit | e73e55333452ce5615c21f27f323cc94bb8654bc (patch) | |
tree | c7b6dd77684623d2461a77055f2b9608885f5570 /themes/burgundy | |
parent | db638040c7d6ee38187ffa9a99d083449e9669a3 (diff) | |
download | ampache-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/burgundy')
-rw-r--r-- | themes/burgundy/templates/default.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/burgundy/templates/default.css b/themes/burgundy/templates/default.css index 4dc6e8e3..c9d337ed 100644 --- a/themes/burgundy/templates/default.css +++ b/themes/burgundy/templates/default.css @@ -523,6 +523,14 @@ margin-right:5em; border-bottom: 1px solid #ffffcc; } +#tv_left { + float: left; + clear: left; +} +#tv_np { + float: right; +} + /* styles for the star ratings */ .star-rating{ list-style:none; |