diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 22:32:22 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 22:32:22 +0000 |
commit | 13546d724aab3489eb049221d6454c4916670f1d (patch) | |
tree | 92bca6c78aa4dc2ba1850930be809172da3e494c /templates/style.inc | |
parent | 5952330a729613745925db18e0c332d30c4558b4 (diff) | |
download | ampache-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.inc | 14 |
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; |