diff --git a/internal_packages/preferences/stylesheets/preferences.less b/internal_packages/preferences/stylesheets/preferences.less index a28351c9d..092f2e2dc 100644 --- a/internal_packages/preferences/stylesheets/preferences.less +++ b/internal_packages/preferences/stylesheets/preferences.less @@ -45,8 +45,8 @@ body.platform-darwin { } .preferences-wrap { - input[type=checkbox] {margin: 0px 7px 0px 0px; position: relative; top: -1px; } - input[type=radio] {margin: 0px 7px 0px 0px; position: relative; top: -1px; } + input[type=checkbox] {margin: 0 7px 0 0; position: relative; top: -1px; } + input[type=radio] {margin: 0 7px 0 0; position: relative; top: -1px; } select { margin:10px; margin-top:4px; } .platform-darwin-only { @@ -95,7 +95,7 @@ body.platform-darwin { margin-right: 2.5%; .section-body { - padding: 10px 0px 0px 0px; + padding: 10px 0 0 0; .menu { border: solid thin #CCC; @@ -188,9 +188,9 @@ body.platform-darwin { margin-right:12.5%; .shortcut { - padding: 3px 0px; + padding: 3px 0; &.shortcut-select { - padding: 5px 0px 20px 0px; + padding: 5px 0 20px 0; select { width: 75%; }