summaryrefslogtreecommitdiffstats
path: root/contrib/themes/Cleandy/templates
diff options
context:
space:
mode:
authornf <nf@ampache>2007-07-14 09:57:18 +0000
committernf <nf@ampache>2007-07-14 09:57:18 +0000
commit781af14ecf182f61edffb50d4e6edf8f43a7d97e (patch)
treeb7e80652311b64e7f7962ad5b6bec52749bd6db3 /contrib/themes/Cleandy/templates
parent6461014d77f4abf7f71a6fd630d1f9fa3364d13c (diff)
downloadampache-781af14ecf182f61edffb50d4e6edf8f43a7d97e.tar.gz
ampache-781af14ecf182f61edffb50d4e6edf8f43a7d97e.tar.bz2
ampache-781af14ecf182f61edffb50d4e6edf8f43a7d97e.zip
Added support for the new np_cell css classes to all themes
Diffstat (limited to 'contrib/themes/Cleandy/templates')
-rw-r--r--contrib/themes/Cleandy/templates/default.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/themes/Cleandy/templates/default.css b/contrib/themes/Cleandy/templates/default.css
index a5e21362..16a60527 100644
--- a/contrib/themes/Cleandy/templates/default.css
+++ b/contrib/themes/Cleandy/templates/default.css
@@ -542,7 +542,7 @@ margin-right:5em;
}
/* for rating-patch by blueorder, needs a modified */
-.np_cell_1 { /*username and rating*/
+.np_cell_left { /*username and rating, formerly 1*/
width: 120px;
padding: 0;
text-align:left;
@@ -558,20 +558,20 @@ margin-right:5em;
margin-left: auto;
margin-right: auto;
}*/
-.np_cell_3 { /*artist and album name*/
+.np_cell_m { /*artist and album name, formerly 3*/
width: 150px;
padding: 2;
text-align:right;
border-bottom:1px dotted silver;
border-top:1px dotted silver;
}
-.np_cell_3 ul {
+.np_cell_m ul {
margin-left: auto;
margin-right: auto;
border-bottom:1px dotted silver;
border-top:1px dotted silver;
}
-.np_cell_4 { /*album image*/
+.np_cell_right { /*album image, formerly 4*/
width: 75px;
padding: 0;
text-align:center;