Compare View

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