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