summaryrefslogtreecommitdiffstats
path: root/templates/style.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-26 22:53:30 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-03-26 22:53:30 +0000
commit75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f (patch)
tree64752a60736e9dff5f4bda45fe22bc4bba599ce3 /templates/style.inc
parentfeffae660e250ba631e74dea0b62088749d10b6b (diff)
downloadampache-75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f.tar.gz
ampache-75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f.tar.bz2
ampache-75434cbeb6e6c2e4107b9932a79b3d146dbdcc0f.zip
tweaks to upload
Diffstat (limited to 'templates/style.inc')
-rw-r--r--templates/style.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/style.inc b/templates/style.inc
index a12bc5ad..a94c43a1 100644
--- a/templates/style.inc
+++ b/templates/style.inc
@@ -183,6 +183,9 @@
.fatalerror
{
padding-top: 3px;
+ padding-left: 3px;
+ padding-right: 3px;
+ display: table-cell;
padding-bottom: 3px;
color: <?php echo conf('error_color'); ?>;
border-right:4px solid <?php echo conf('error_color'); ?>;