Commit 0d9f933d1006a73ed67b487ae48e181e5cfad9c2

Authored by Juliana
1 parent 41cd86a1

New Measures tags and categories

Showing 1 changed file with 6 additions and 4 deletions   Show diff stats
pagina_software.css
... ... @@ -251,7 +251,8 @@ border:
251 251  
252 252 #content .box-1 .categories-and-tags-block .block-inner-1 .block-title {
253 253 font-size: 11px;
254   - float:left;
  254 + /*float:left;*/
  255 + position: static;
255 256 background: none;
256 257 margin-top:2px;
257 258 }
... ... @@ -271,9 +272,9 @@ border:
271 272 }
272 273  
273 274 #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud {
274   - float:left;
  275 + float:right;
275 276 position: absolute;
276   - margin-top:9px;
  277 + margin-top:-35px;
277 278 margin-left:72px;
278 279 /*margin-top:-11px;
279 280 margin-bottom: 15px;
... ... @@ -283,7 +284,7 @@ border:
283 284  
284 285 }
285 286 #content .box-1 .categories-and-tags-block .block-inner-1 .category_cloud {
286   - float:left;
  287 + float:right;
287 288 position: absolute;
288 289 margin-top:9px;
289 290 margin-left:72px;
... ... @@ -304,6 +305,7 @@ border:
304 305 background-color:#e9e8ed;
305 306 padding:3px 6px;
306 307 margin:10px 3px;
  308 + line-height: 28px;
307 309 }
308 310  
309 311 #content .box-1 .categories-and-tags-block .block-inner-1 .tag_cloud a:hover,
... ...