Committer: esavintcev
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-12-10 08:51:50 UTC (rev 13016) +++ trunk/htdocs/stc/shop/shop.css 2012-12-10 10:54:05 UTC (rev 13017) @@ -2929,31 +2929,6 @@ /* Journal Themes ------------------------------------------------------------------------*/ -/*.b-themes-title { - min-height: 55px; - padding: 25px 15px 10px 15px; - margin: 0 0 18px 0; - background: #3B92C2 url(/img/shop/gifts-title.jpg?v=1) repeat-x 0 0; - -moz-border-radius: 6px; - -webkit-border-radius: 6px; - border-radius: 6px; - color: #FFF; - } - .b-themes-title H2, - .b-themes-title H3 { - padding: 0; - margin: 0; - color: #FFF; - } - .b-themes-title H2 { - margin-bottom: 2px; - line-height: 32px; - font-size: 30px; - } - .b-themes-title H3 { - line-height: 22px; - font-size: 18px; - }*/ /* intro */ .b-themes-intro { @@ -3077,6 +3052,17 @@ border-bottom: 0; } +/* preview bubble */ +.b-themes-bubble { + width: 350px; + } + .shop-page .b-themes-bubble .b-popup-inner { + min-width: 0; + } + .b-themes-bubble .b-popup-inner IMG { + max-width: 100%; + } + /* title */ .b-themes-title { margin: 0 0 0.3em; @@ -3192,49 +3178,3 @@ } - -/* 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; - }*/ - - - - - - - -