Commit b832357321fa85af2f7f99904c41d9292e4624e4

Authored by Melissa Wen
1 parent 0b2e2c3d
Exists in master and in 1 other branch mezuro_spb

fix categories block title position

src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
@@ -226,17 +226,18 @@ @@ -226,17 +226,18 @@
226 226
227 #content .box-1 .software-communities-plugin_categories-and-tags-block .block-title{ 227 #content .box-1 .software-communities-plugin_categories-and-tags-block .block-title{
228 float: left; 228 float: left;
229 - margin: 13px 0px 10px 0;  
230 - padding: 3px 0px; 229 + margin: 13px 0 0 0;
  230 + padding: 3px 5px;
231 background: none; 231 background: none;
232 color: #5E82C6; 232 color: #5E82C6;
233 font-family: Arial, verdana; 233 font-family: Arial, verdana;
234 font-size: 12px; 234 font-size: 12px;
235 font-weight: 300; 235 font-weight: 300;
  236 + width: 100%;
236 } 237 }
237 238
238 #content .box-1 .software-communities-plugin_categories-and-tags-block .category_cloud{ 239 #content .box-1 .software-communities-plugin_categories-and-tags-block .category_cloud{
239 - margin: 0px; 240 + margin: 0px 0px 10px 0px;
240 position: relative; 241 position: relative;
241 top: 9px; 242 top: 9px;
242 } 243 }