diff options
author | pb1dft <pb1dft@ampache> | 2006-10-11 20:41:13 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-10-11 20:41:13 +0000 |
commit | 59aa296e9ba0717f11e73802b8d4b01ea77cf94c (patch) | |
tree | 2be50b4eb893772edac031658b570b3aa0b99a90 | |
parent | a9b7f04ea59f990e72fdd899b68f87b781079d4f (diff) | |
download | ampache-59aa296e9ba0717f11e73802b8d4b01ea77cf94c.tar.gz ampache-59aa296e9ba0717f11e73802b8d4b01ea77cf94c.tar.bz2 ampache-59aa296e9ba0717f11e73802b8d4b01ea77cf94c.zip |
fixed css issue, now playing issue
-rw-r--r-- | contrib/themes/simple_matrix/templates/default.css | 3 | ||||
-rw-r--r-- | contrib/themes/simple_matrix/theme.cfg.php | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/contrib/themes/simple_matrix/templates/default.css b/contrib/themes/simple_matrix/templates/default.css index ff8b1fa1..a3fc5dfd 100644 --- a/contrib/themes/simple_matrix/templates/default.css +++ b/contrib/themes/simple_matrix/templates/default.css @@ -572,7 +572,7 @@ li.current-rating{ background: url("../images/tablebg.gif") #000000 repeat-x; } #nowplaying { - width:600px; + width:650px; } .np_row { padding-top: 3px; @@ -580,7 +580,6 @@ li.current-rating{ display: block; } .np_cell { - display: inline; margin: 10px; } #tablist { diff --git a/contrib/themes/simple_matrix/theme.cfg.php b/contrib/themes/simple_matrix/theme.cfg.php index b723e398..3de2c153 100644 --- a/contrib/themes/simple_matrix/theme.cfg.php +++ b/contrib/themes/simple_matrix/theme.cfg.php @@ -16,7 +16,7 @@ name = "Simple Matrix" # This is just a way of giving credit to the # person who actually created this theme # DEFAULT: N/A -author = "Marno van der Molen" +author = "Marno van der Molen modified by Terence Theijn" #FULL CREDIT goes to Nedko Arnaudov for supplying the base for this theme. #Updated by Terence Theijn (pb1dft) to let it work in the new style version of ampache @@ -25,12 +25,12 @@ author = "Marno van der Molen" # maintaining this theme incase it's not working right # please include an e-mail address so you can be contacted # DEFAULT: N/A -maintainer = "Marno van der Molen <marno.vandermolen@gmail.com>" +maintainer = "Marno van der Molen <marno.vandermolen@gmail.com> modifications by Terence Theijn <terence.theijn@gmail.com>" # Version # This is the revision for this theme, It's up to the maintainer # or author to decide how they want to format this -version = "1.3" +version = "1.4" # Orientation # This was added as of 3.3.2-Alpha4, this tells Ampache if this theme |