Committer: mchervonniy
LJSUP-7495: fixed padding for featured communities widgetU trunk/htdocs/stc/widgets/featuredcomms.css
Modified: trunk/htdocs/stc/widgets/featuredcomms.css =================================================================== --- trunk/htdocs/stc/widgets/featuredcomms.css 2010-12-01 11:38:26 UTC (rev 9778) +++ trunk/htdocs/stc/widgets/featuredcomms.css 2010-12-02 05:08:17 UTC (rev 9779) @@ -1,6 +1,10 @@ .appwidget-featuredcomms .w-head H2 SPAN.w-head-in { padding-left:21px!important; } +.appwidget-browse .b-catalogue-item-action { + margin:0; + overflow:hidden; + } .appwidget-featuredcomms .b-catalogue-item-action, .appwidget-featuredcomms .b-posts { padding:0; @@ -15,6 +19,7 @@ .appwidget-featuredcomms .b-posts DL { position:relative; padding:5px; + overflow:hidden; border-bottom:1px dotted #CCC; } .appwidget-featuredcomms .b-posts .last DL { @@ -37,7 +42,7 @@ font-weight:normal; } .appwidget-featuredcomms .b-posts-data { - min-height:20px; + min-height:5px; font-size:11px; } .appwidget-featuredcomms .b-posts I {