Committer: aeremenko
LJSUP-14303: Create HTML-layout for Shop pagesU trunk/htdocs/stc/shop/shop.css
Modified: trunk/htdocs/stc/shop/shop.css =================================================================== --- trunk/htdocs/stc/shop/shop.css 2012-11-29 11:01:53 UTC (rev 12967) +++ trunk/htdocs/stc/shop/shop.css 2012-11-29 12:31:16 UTC (rev 12968) @@ -3011,3 +3011,48 @@ margin: 0; } +/* Theme preview */ +.b-theme-preview { + overflow: hidden; + } + .b-theme-preview H2 { + margin: 0 0 8px 0; + font-size: 13px; + font-weight: bold; + color: #000000; + } + + .b-theme-preview-in { + position: relative; + margin-bottom: 16px; + padding: 1px; + border: 1px solid #C7E0F6; + } + + .b-theme-preview-link { + position: absolute; + top: 0; + right: 0; + } + + .b-theme-preview-form { + margin-bottom: 18px !important; + } + .b-theme-preview-form LI { + margin: 0 0 14px 0; + } + .b-theme-preview-row { + margin: 3px 0 3px 0; + } + .b-theme-preview-warning { + margin-bottom: 6px; + color: #FC0000; + } + + + + + + + +