From: Silvio Rhatto Date: Thu, 11 Jul 2013 18:35:53 +0000 (-0300) Subject: Putting views filters more to the top X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=37c1f7d3a0317e1ecf02341b768c157facddc899;p=drupal%2Fnuvemdario.git Putting views filters more to the top --- diff --git a/style.css b/style.css index 6f60e62..4324c06 100644 --- a/style.css +++ b/style.css @@ -2589,3 +2589,7 @@ html.js input.throbbing { visibility: hidden; height: 0px; } + +.view-calendario .view-filters { + margin-top: -60px; +}