diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 19:12:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-03-20 19:12:49 +0000 |
commit | 5730ee7803e19265f71c479ab9175b3badd55a82 (patch) | |
tree | 85affa3af9ba496d07b460288ab4f50e5fc094ef /templates/style.inc | |
parent | 29aa64da7da1681cd0c0cbb7cf35a3b8aeb845fd (diff) | |
download | ampache-5730ee7803e19265f71c479ab9175b3badd55a82.tar.gz ampache-5730ee7803e19265f71c479ab9175b3badd55a82.tar.bz2 ampache-5730ee7803e19265f71c479ab9175b3badd55a82.zip |
more catalog fun!
Diffstat (limited to 'templates/style.inc')
-rw-r--r-- | templates/style.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/style.inc b/templates/style.inc index bc55d541..984fe817 100644 --- a/templates/style.inc +++ b/templates/style.inc @@ -73,6 +73,19 @@ 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; |