summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-31 03:20:29 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-31 03:20:29 +0000
commit748e50ade1b0c7034eddaadbe2285e5bf3a20fc6 (patch)
tree759b02a66ea840abc91419c9d7d00a08b2fceb8c /themes
parent4e716204e84fc7546372bdae79121e47b92412bc (diff)
downloadampache-748e50ade1b0c7034eddaadbe2285e5bf3a20fc6.tar.gz
ampache-748e50ade1b0c7034eddaadbe2285e5bf3a20fc6.tar.bz2
ampache-748e50ade1b0c7034eddaadbe2285e5bf3a20fc6.zip
added ability to do add new on other elements of song edit (Thx picasso) added export catalog to csv
Diffstat (limited to 'themes')
-rw-r--r--themes/classic/templates/default.css4
-rw-r--r--themes/greysme/templates/default.css4
2 files changed, 8 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index e81a94f5..535889f7 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -505,6 +505,10 @@ a.button{padding:1px 3px;}
text-align:center;
}
+.tableform select {
+ width: 150px;
+}
+
/* table rows */
.odd, .odd td,
.even, .even td, .row-highlight {
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css
index 204c3dde..be2a3603 100644
--- a/themes/greysme/templates/default.css
+++ b/themes/greysme/templates/default.css
@@ -556,6 +556,10 @@ input[type=checkbox] { border:0;background:none; }
background-image:url(../images/sort_on.gif);
}
+.tableform select {
+ width: 150px;
+}
+
/* table rows */
.odd, .even, .row-highlight { background: url(../images/list_back.png) 0 50% repeat-x !important; background-image: none;}
.odd { background-color: #111 !important;}