From 0e829905bc1337d54f9b498d8312de0488dab9f8 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Wed, 14 Feb 2018 14:00:00 +0000 Subject: [PATCH] Partial revert of 0a10d2c: do not remove styles from legacy css. Otherwise we will break the old UI. --- www/resources/default.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/www/resources/default.css b/www/resources/default.css index b6ea1c4b4..3c0371bb5 100644 --- a/www/resources/default.css +++ b/www/resources/default.css @@ -261,6 +261,28 @@ div.caution { th.rowtitle { text-align: left; } +.enablebox table { + border: 1px solid #eee; + + margin-left: 1em; +} +.enablebox.mini table { + float: right; +} +.enablebox tr td { + padding: .5px 1em 1px .5em; + margin: 0px; +} +.enablebox { + font-size: 85%; +} +.enablebox tr.enabled td { + background: #eee; +} +.enablebox tr.disabled td { + background: #ccc; +} + .metadatabox { overflow: scroll; border: 1px solid #eee; -- GitLab