[ljcom] r12508: LJSUP-13238: Calendar promo stage 2 - re...
Committer: egeraskin
LJSUP-13238: Calendar promo stage 2 - reminder linksU trunk/htdocs/stc/shop/shop.css
Modified: trunk/htdocs/stc/shop/shop.css
===================================================================
--- trunk/htdocs/stc/shop/shop.css 2012-08-21 12:08:45 UTC (rev 12507)
+++ trunk/htdocs/stc/shop/shop.css 2012-08-21 12:09:43 UTC (rev 12508)
@@ -2805,3 +2805,30 @@
.b-notificationpromo-actions .submit-options {
padding-top: 10px;
}
+
+/* Shop promo hints */
+
+.b-promo-hint {
+ position: relative;
+ margin-bottom: 5px;
+ }
+.b-promo-hint .b-promo-hint-link {
+ position: absolute;
+ left: 0;
+ top: 0;
+ width: 34px;
+ height: 24px;
+ border: 0 !important;
+ background: url(/img/shop/promo/promo-hints.png?ver=1) no-repeat;
+ }
+ .b-promo-hint-link.b-promo-hint-calendar {
+ background-position: 0 -24px;
+ }
+ .b-promo-hint-link.b-promo-hint-selfpromo {
+ background-position: 0 -48px;
+ }
+.b-promo-hint SPAN {
+ display: inline-block;
+ padding: 5px 0 4px 38px;
+ }
+
