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-06 14:19:11 UTC (rev 13005) +++ trunk/htdocs/stc/shop/shop.css 2012-12-06 14:45:45 UTC (rev 13006) @@ -2921,8 +2921,7 @@ /* Journal Themes ------------------------------------------------------------------------*/ - -.b-themes-title { +/*.b-themes-title { min-height: 55px; padding: 25px 15px 10px 15px; margin: 0 0 18px 0; @@ -2946,14 +2945,21 @@ .b-themes-title H3 { line-height: 22px; font-size: 18px; - } + }*/ - +/* intro */ .b-themes-intro { min-height:150px; background:url(/img/shop/renacc-intro.jpg?v=1) no-repeat 100% 100%; } +/* search */ +.b-themes-search { + margin: 0 0 24px; + text-align: right; + } + +/* items */ .b-themes-items { position: relative; margin: 0; @@ -2968,13 +2974,13 @@ .b-shop .b-themes-item { position: relative; width: 154px; - min-height: 200px; + min-height: 170px; display: inline-block; vertical-align: top; margin: 0 50px 30px 25px; font-size: 11px; *display: inline; - _height: 200px; + _height: 170px; *zoom: 1; } .b-shop .b-themes-item:nth-child(2n+1) { @@ -2984,6 +2990,10 @@ display: block; margin: 0 0 5px; } + .b-themes-item-thumb:link, + .b-themes-item-thumb:visited { + border-bottom: 0; + } .b-shop A .b-themes-item-pic { width: 150px; height: 114px; @@ -3004,6 +3014,10 @@ text-indent: 1000px; cursor: pointer; } + .b-themes-item-preview:link, + .b-themes-item-preview:visited { + border-bottom: 0; + } .b-themes-item-title { margin: 0 0 5px; font-size: 11px; @@ -3045,42 +3059,42 @@ } /* Theme preview */ -.b-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 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-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-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; - } + .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; + }*/