diff options
-rw-r--r-- | themes/seven/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index f1639e810..260e43c36 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -423,7 +423,7 @@ table.system-status-report th, table td, table th { vertical-align: middle; - padding: 8px 5px 8px 10px; + padding: 8px 10px; } table.system-status-report th { @@ -465,7 +465,7 @@ table th { border-width: 1px; border-style: solid; border-color: #bebfb9; - padding: 3px 3px 3px 10px; + padding: 3px 10px; } table th.active { |