summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-11 15:35:53 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-11 15:35:53 -0300
commit37c1f7d3a0317e1ecf02341b768c157facddc899 (patch)
tree07069ca634d81f4da099b95e86a5fdf6387db467
parentd8e04a31dac385161b8286d1095710dc9e8573ae (diff)
downloadnuvemdario-37c1f7d3a0317e1ecf02341b768c157facddc899.tar.gz
nuvemdario-37c1f7d3a0317e1ecf02341b768c157facddc899.tar.bz2
Putting views filters more to the top
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
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;
+}