vendor/assets/javascripts/webshims/shims/styles/scss/shim.scss in webshims-rails-1.10.6 vs vendor/assets/javascripts/webshims/shims/styles/scss/shim.scss in webshims-rails-1.10.9

- old
+ new

@@ -42,10 +42,25 @@ article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } +dialog { + display: none; + postion: absolute; + left: 0; + right: 0; + border: solid; + background: #fff; + color: #000; + padding: 1em; + + &[open] { + display: block; + } +} + audio { display: none; height: 0; width: 0; overflow: hidden; @@ -638,12 +653,11 @@ margin: 0 0 0 -6px; z-index: 1000; min-width: 90px; transition: visibility 400ms ease-in-out; - .no-csstransitions &, - .no-opacity & { + &.no-transition { display: none; } button { display: inline-block; @@ -768,18 +782,18 @@ } .input-picker { outline: none; text-align: center; font-family: sans-serif; - width: 300px; + width: 330px; &.ws-size-2 { - width: 538px; + width: 645px; } &.ws-size-3 { - width: 796px; + width: 960px; } &.color-popover { width: 590px; } @@ -934,13 +948,13 @@ .picker-list { @extend %clearfix; position: relative; zoom: 1; - width: 238px; + width: 290px; float: left; margin: 0 10px; - + background: #fff; tr { border: 0; }