diff --git a/themes/classic/global/mac/formatting.css b/themes/classic/global/mac/formatting.css index 0b5b7bb61e4e..66b99da81a45 100644 --- a/themes/classic/global/mac/formatting.css +++ b/themes/classic/global/mac/formatting.css @@ -114,12 +114,18 @@ color : #777777; } - html + html, description { margin : 1px 5px 4px 5px; cursor : default; } + label + { + margin : 0px 5px 0px 5px; + cursor : default; + } + .header { font-weight : bold; diff --git a/themes/classic/global/win/formatting.css b/themes/classic/global/win/formatting.css index ae7b6266ee83..35acd7e88c57 100644 --- a/themes/classic/global/win/formatting.css +++ b/themes/classic/global/win/formatting.css @@ -131,12 +131,18 @@ color : GrayText; } - html + html, description { margin : 1px 5px 4px 5px; cursor : default; } + label + { + margin : 1px 5px 2px 6px; + cursor : default; + } + .header { font-weight : bold; diff --git a/themes/modern/global/formatting.css b/themes/modern/global/formatting.css index c7e036fc9727..af629fbff121 100644 --- a/themes/modern/global/formatting.css +++ b/themes/modern/global/formatting.css @@ -130,11 +130,16 @@ text[disabled="true"] { color: #9FA6AE; } -html { +html, description { margin: 1px 5px 4px 5px; cursor: default; } +label { + margin: 1px 5px 2px 5px; + cursor: default; +} + .header { font-weight: bold; }