Commit 89e8d3a0540918dbee06e8b5790e6e1c36367483

Authored by Gustavo Lopes
1 parent 55173a22

Fix'd filter buttons for mural

amadeus/static/css/base/amadeus_responsive.css 100644 → 100755
... ... @@ -328,6 +328,9 @@
328 328 .help-block span{
329 329 position: relative !important;
330 330 }
  331 + li[data-mural] {
  332 + font-size: 13px;
  333 + }
331 334  
332 335 }
333 336 @media(max-width:610px){
... ... @@ -354,4 +357,4 @@
354 357 .dropdown-menu{
355 358 margin-left: 100px;
356 359 }
357   -}
358 360 \ No newline at end of file
  361 +}
... ...