From b6839a8f2f1fb8c0504e96be577cc1fecd0b33ef Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Wed, 26 Feb 2014 07:34:04 +0000 Subject: [PATCH] Update CSS in other themes to accommodate changes required for Enhanced theme. --- themes/accessible/template.php | 13 +++++++++++++ themes/classic/template.php | 13 +++++++++++++ themes/default/template.php | 13 +++++++++++++ themes/nature/template.php | 13 +++++++++++++ 4 files changed, 52 insertions(+) diff --git a/themes/accessible/template.php b/themes/accessible/template.php index 4671dbf982..b7ff97d397 100644 --- a/themes/accessible/template.php +++ b/themes/accessible/template.php @@ -65,6 +65,19 @@ td { font-family: arial; } +form { + margin: 0px; + } + +td.list_control_icons { + padding: none; + padding-left: 3px; + width: 50px; + text-align: right; + vertical-align: top; + white-space: nowrap; +} + INPUT.btn { font-family: verdana; font-size: 11px; diff --git a/themes/classic/template.php b/themes/classic/template.php index 29db2d0f2c..b5ed1f2091 100644 --- a/themes/classic/template.php +++ b/themes/classic/template.php @@ -65,6 +65,19 @@ td { font-family: arial; } +form { + margin: 0px; + } + +td.list_control_icons { + padding: none; + padding-left: 3px; + width: 50px; + text-align: right; + vertical-align: top; + white-space: nowrap; +} + INPUT.btn { font-family: verdana; font-size: 11px; diff --git a/themes/default/template.php b/themes/default/template.php index 345cbf1db7..a7634cb1f5 100644 --- a/themes/default/template.php +++ b/themes/default/template.php @@ -79,6 +79,19 @@ td { font-family: arial; } +form { + margin: 0px; + } + +td.list_control_icons { + padding: none; + padding-left: 3px; + width: 50px; + text-align: right; + vertical-align: top; + white-space: nowrap; +} + INPUT.btn { font-family: verdana; font-size: 11px; diff --git a/themes/nature/template.php b/themes/nature/template.php index 7c7f6f9e6d..2c3135555e 100644 --- a/themes/nature/template.php +++ b/themes/nature/template.php @@ -98,6 +98,19 @@ td { font-family: arial; } +form { + margin: 0px; + } + +td.list_control_icons { + padding: none; + padding-left: 3px; + width: 50px; + text-align: right; + vertical-align: top; + white-space: nowrap; +} + INPUT.btn { font-family: verdana; font-size: 11px;