summaryrefslogtreecommitdiffstats
path: root/templates/style.inc
diff options
context:
space:
mode:
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'); ?>;