diff --git a/tabs/logging.css b/tabs/logging.css index 6e3a0a82dd..ad74925457 100644 --- a/tabs/logging.css +++ b/tabs/logging.css @@ -7,6 +7,24 @@ .tab-logging .properties { margin-top: 10px; } + .tab-logging .properties dt { + float: left; + width: 120px; + height: 20px; + line-height: 20px; + + font-weight: bold; + } + .tab-logging .properties dt input { + vertical-align: middle; + } + .tab-logging .properties dd { + display: block; + margin-left: 130px; + height: 20px; + line-height: 20px; + color: silver; + } .tab-logging .buttons { margin-top: 10px; } diff --git a/tabs/logging.html b/tabs/logging.html index 8efe0dec4f..a3e66a1fef 100644 --- a/tabs/logging.html +++ b/tabs/logging.html @@ -1,11 +1,14 @@