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