[ljcom] r9682: LJSUP-7052: layout for share posts on la...
Committer: mchervonniy
LJSUP-7052: layout for share posts on landing pageU trunk/htdocs/stc/catalogue/catalogue.css U trunk/htdocs/stc/widgets/featuredcomms.css
Modified: trunk/htdocs/stc/catalogue/catalogue.css
===================================================================
--- trunk/htdocs/stc/catalogue/catalogue.css 2010-11-09 05:02:22 UTC (rev 9681)
+++ trunk/htdocs/stc/catalogue/catalogue.css 2010-11-09 05:28:07 UTC (rev 9682)
@@ -269,6 +269,49 @@
.appwidget-browse .b-catalogue-item-desc P {
margin:20px 0;
}
+ .appwidget-browse .b-catalogue-item-desc IMG {
+ max-width:230px;
+ max-height:230px;
+ float:left;
+ margin:5px 10px 10px 0;
+ }
+.b-share {
+ float:left;
+ }
+ .b-share LI {
+ float:left;
+ margin:3px 3px 0 0;
+ }
+ .b-share .b-share-fb-like {
+ margin:0 3px 0 2px;
+ }
+ .b-share-fb-like iframe {
+ width:150px;
+ height:21px;
+ overflow:hidden;
+ border:none;
+ }
+ .b-share A {
+ float:left;
+ width:14px;
+ height:14px;
+ background:url(/img/icons/share-sprite.png) no-repeat 0 0;
+ text-indent:-9999px;
+ }
+ .b-share-fb A {
+ background-position:0 0;
+ }
+ .b-share-twitter A {
+ background-position:0 -30px;
+ }
+ .b-share-sharethis A {
+ background-position:0 -60px;
+ }
+ .b-share-email A {
+ background-position:0 -88px;
+ }
+ .b-share-fb-like A {
+ }
.appwidget-browse .b-nav-counter {
padding:15px 0;
Modified: trunk/htdocs/stc/widgets/featuredcomms.css
===================================================================
--- trunk/htdocs/stc/widgets/featuredcomms.css 2010-11-09 05:02:22 UTC (rev 9681)
+++ trunk/htdocs/stc/widgets/featuredcomms.css 2010-11-09 05:28:07 UTC (rev 9682)
@@ -24,12 +24,12 @@
padding:0 0 0 70px;
}
.appwidget-featuredcomms .b-posts-head {
- min-height:40px;
font-size:12px;
font-style:normal;
font-weight:normal;
}
.appwidget-featuredcomms .b-posts-data {
+ min-height:20px;
font-size:11px;
}
.appwidget-featuredcomms .b-posts I {
