summaryrefslogtreecommitdiffstats
path: root/templates/style.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 22:32:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-20 22:32:22 +0000
commit13546d724aab3489eb049221d6454c4916670f1d (patch)
tree92bca6c78aa4dc2ba1850930be809172da3e494c /templates/style.inc
parent5952330a729613745925db18e0c332d30c4558b4 (diff)
downloadampache-13546d724aab3489eb049221d6454c4916670f1d.tar.gz
ampache-13546d724aab3489eb049221d6454c4916670f1d.tar.bz2
ampache-13546d724aab3489eb049221d6454c4916670f1d.zip
fixed preferences thx warreng
Diffstat (limited to 'templates/style.inc')
-rw-r--r--templates/style.inc14
1 files changed, 1 insertions, 13 deletions
diff --git a/templates/style.inc b/templates/style.inc
index 984fe817..a12bc5ad 100644
--- a/templates/style.inc
+++ b/templates/style.inc
@@ -63,6 +63,7 @@
}
.text-box
{
+ display: table-cell;
padding-left:5px;
padding-top:5px;
padding-right:5px;
@@ -73,19 +74,6 @@
border-left:2px solid <?php echo conf('bg_color2'); ?>;
border-top:2px solid <?php echo conf('bg_color2'); ?>;
}
- .confirmation-box
- {
- padding-left:5px;
- padding-top:5px;
- padding-right:5px;
- margin-bottom:10px;
- width:35em;
- background-color: <?php echo conf('base_color1'); ?>;
- border-right:2px solid <?php echo conf('bg_color2'); ?>;
- border-bottom:2px solid <?php echo conf('bg_color2'); ?>;
- border-left:2px solid <?php echo conf('bg_color2'); ?>;
- border-top:2px solid <?php echo conf('bg_color2'); ?>;
- }
.selected_button
{
background-color: black;color:white;