vendor/assets/javascripts/webshims/shims/styles/scss/shim.scss in webshims-rails-1.10.11 vs vendor/assets/javascripts/webshims/shims/styles/scss/shim.scss in webshims-rails-1.11.1

- old
+ new

@@ -512,20 +512,21 @@ .ws-range-rail { position: absolute; display: block; top: 0; - left: 5px; - right: 5px; + left: 0; + right: 0; bottom: 0; margin: 0; zoom: 1; } .ws-range-min { position: absolute !important; display: block; + margin: 9px 0 0; padding: 0 !important; top: 0; height: 1px; left: 0; z-index: 1; @@ -1091,26 +1092,38 @@ margin: 0; list-style: none; } button { + @extend %clearfix; display: block; - padding: 2px 0; + padding: 4px; width: 100%; text-align: left; + border-radius: 4px; &.ws-focus, &:focus, &:hover { - text-decoration: underline; + color: #fff; + background: #000; } &[disabled], &[disabled].ws-focus, &[disabled]:focus, &[disabled]:hover { color: #888; + background: #fff; text-decoration: none; + } + .ws-value { + float: left; + } + + .ws-label { + float: right; + font-size: 96%; } } }