Committer: mchervonniy
LJSUP-7434: added borde anf background for featured posts and communities at admin panel for Landing pageU trunk/htdocs/admin/browse/featured_communities.bml U trunk/htdocs/admin/browse/top_entries_vertical.bml
Modified: trunk/htdocs/admin/browse/featured_communities.bml =================================================================== --- trunk/htdocs/admin/browse/featured_communities.bml 2010-12-01 15:44:15 UTC (rev 17845) +++ trunk/htdocs/admin/browse/featured_communities.bml 2010-12-02 04:39:05 UTC (rev 17846) @@ -115,7 +115,7 @@ $template->param( top_comms => \@top_comms, ); - $ret .= "<div style=\"padding:0 0 0 550px;width:300px;\">".$template->output."</div>"; + $ret .= "<div style=\"margin:0 0 0 550px;width:300px;border:1px solid #E6E6E6;background:#F6F6F6;\">".$template->output."</div>"; } $ret .= "<p style='clear:both;'><a href='/admin/browse/'>Back to main page</a></p>"; Modified: trunk/htdocs/admin/browse/top_entries_vertical.bml =================================================================== --- trunk/htdocs/admin/browse/top_entries_vertical.bml 2010-12-01 15:44:15 UTC (rev 17845) +++ trunk/htdocs/admin/browse/top_entries_vertical.bml 2010-12-02 04:39:05 UTC (rev 17846) @@ -150,7 +150,7 @@ $template->param( top_posts => \@top_posts, ); - $ret .= "<div style=\"padding:0 0 0 550px;width:300px;\">".$template->output."</div>"; + $ret .= "<div style=\"margin:0 0 0 550px;width:300px;border:1px solid #E6E6E6;background:#F6F6F6;\">".$template->output."</div>"; } $ret .= "<p style='clear:both;'><a href='/admin/browse/'>Back to main page</a></p>";