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;