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,6 +328,9 @@
328 .help-block span{ 328 .help-block span{
329 position: relative !important; 329 position: relative !important;
330 } 330 }
  331 + li[data-mural] {
  332 + font-size: 13px;
  333 + }
331 334
332 } 335 }
333 @media(max-width:610px){ 336 @media(max-width:610px){
@@ -354,4 +357,4 @@ @@ -354,4 +357,4 @@
354 .dropdown-menu{ 357 .dropdown-menu{
355 margin-left: 100px; 358 margin-left: 100px;
356 } 359 }
357 -}  
358 \ No newline at end of file 360 \ No newline at end of file
  361 +}