[ljcom] r12144: LJSUP-12399: Implement JS part for comme...
Committer: sboronchiev
LJSUP-12399: Implement JS part for commercial promo shop pageU trunk/htdocs/stc/shop/shop.css
Modified: trunk/htdocs/stc/shop/shop.css
===================================================================
--- trunk/htdocs/stc/shop/shop.css 2012-06-20 13:16:58 UTC (rev 12143)
+++ trunk/htdocs/stc/shop/shop.css 2012-06-20 14:55:19 UTC (rev 12144)
@@ -1984,6 +1984,7 @@
.b-commpromo-shop-item-content {
position: relative;
overflow: visible;
+ width: 438px;
padding: 8px 10px 2px;
background-color: #FFF;
-webkit-border-bottom-right-radius: 5px;
@@ -2005,6 +2006,14 @@
margin:0 0 0.5em;
padding:0;
}
+
+.b-commpromo-currentdate-title {
+ margin: 0.3em 0 0.1em;
+ padding: 0;
+ font-size: 18px;
+ font-weight: normal;
+ color: #036;
+ }
/* Calendar */
.b-commpromo-calendar {
@@ -2062,20 +2071,7 @@
line-height: 14px;
text-align: right;
}
- .b-commpromo-calendar-month .b-commpromo-calendar-current{
- position: relative;
- display: inline-block;
- margin: -2px -8px;
- padding: 2px 8px;
- background: #38454B;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- font-weight: normal;
- color: #FFF;
- }
- .b-commpromo-calendar-month A,
- .b-commpromo-calendar-disabled {
+ .b-commpromo-calendar-month A {
position: relative;
display: block;
height: 18px;
@@ -2083,6 +2079,21 @@
padding: 0 11px 0 0;
margin: 0 2px 4px 3px;
}
+
+ .b-commpromo-calendar-num {
+ position: relative;
+ display: inline-block;
+ margin: -2px -8px;
+ padding: 2px 8px;
+ -webkit-border-radius: 2px;
+ -moz-border-radius: 2px;
+ border-radius: 2px;
+ font-weight: normal;
+ }
+ .b-commpromo-calendar-current .b-commpromo-calendar-num {
+ background: #38454B;
+ color: #FFF;
+ }
.b-commpromo-calendar-month A:link,
.b-commpromo-calendar-month A:visited,
.b-commpromo-calendar-month A:hover,
@@ -2090,27 +2101,49 @@
color: #666 !important;
border: none;
}
- .b-commpromo-calendar-month .b-commpromo-calendar-disabled:link,
- .b-commpromo-calendar-month .b-commpromo-calendar-disabled:visited,
- .b-commpromo-calendar-month .b-commpromo-calendar-disabled:hover,
- .b-commpromo-calendar-month .b-commpromo-calendar-disabled:active {
+ .b-commpromo-calendar-past A:link,
+ .b-commpromo-calendar-past A:visited,
+ .b-commpromo-calendar-past A:hover,
+ .b-commpromo-calendar-past A:active {
color: #CCC !important;
border: none !important;
}
- .b-commpromo-calendar-month .no-free-slots A:link,
- .b-commpromo-calendar-month .no-free-slots A:visited,
- .b-commpromo-calendar-month .no-free-slots A:hover,
- .b-commpromo-calendar-month .no-free-slots A:active {
- color: #D32222 !important;
- border: none;
- }
- .b-commpromo-calendar-month .your-slots A:link,
- .b-commpromo-calendar-month .your-slots A:visited,
- .b-commpromo-calendar-month .your-slots A:hover,
- .b-commpromo-calendar-month .your-slots A:active {
- color: #84B249 !important;
- border: none;
- }
+ .b-commpromo-calendar-nofreeslots A:link,
+ .b-commpromo-calendar-nofreeslots A:visited,
+ .b-commpromo-calendar-nofreeslots A:hover,
+ .b-commpromo-calendar-nofreeslots A:active {
+ color: #D32222 !important;
+ border: none;
+ }
+ .b-commpromo-calendar-yourslots A:link,
+ .b-commpromo-calendar-yourslots A:visited,
+ .b-commpromo-calendar-yourslots A:hover,
+ .b-commpromo-calendar-yourslots A:active {
+ color: #84B249 !important;
+ border: none;
+ }
+
+ .b-commpromo-calendar-note {
+ visibility: hidden;
+ }
+ .b-commpromo-calendar-disabled .b-commpromo-calendar-note {
+ display: none;
+ }
+ .b-commpromo-calendar-attention .b-commpromo-calendar-note {
+ position: absolute;
+ top: -3px;
+ left: 100%;
+ visibility: visible;
+ width: 7px;
+ height: 7px;
+ margin: 0 0 0 -9px;
+ overflow: hidden;
+ text-indent: -9999px;
+ background: url(/img/shop/bg-commpromo-calendar-attention.png?v=1) no-repeat;
+ text-align: left;
+ }
+
+
.b-commpromo-calendar-month-first {
border: none;
}
@@ -2120,18 +2153,6 @@
.b-commpromo-calendar-month-last {
margin: 10px 0 14px 0;
}
-.b-commpromo-calendar-attention {
- position: absolute;
- top: -3px;
- left: 100%;
- width: 7px;
- height: 7px;
- margin: 0 0 0 -9px;
- overflow: hidden;
- text-indent: -9999px;
- background: url(/img/shop/bg-commpromo-calendar-attention.png?v=1) no-repeat;
- text-align: left;
- }
/* Slot Controls Layout */
.b-slot-layout {
