summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-11 15:16:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-11 15:16:34 -0300
commit47536c134dc63305b9cd224b90a2f1eda76b8d5b (patch)
tree51f611fabff771e170659ed65d550a601a7b42ad /style.css
parent13ea00049266883a53d2e91a62f1a22ce919266c (diff)
downloadnuvemdario-47536c134dc63305b9cd224b90a2f1eda76b8d5b.tar.gz
nuvemdario-47536c134dc63305b9cd224b90a2f1eda76b8d5b.tar.bz2
Hiding edit tabs from event post page
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/style.css b/style.css
index 296f310..239e4b2 100644
--- a/style.css
+++ b/style.css
@@ -2579,3 +2579,7 @@ html.js input.form-autocomplete {
html.js input.throbbing {
background-position: 100% -13px;
}
+
+#evento-node-form .vertical-tabs {
+ visibility: hidden;
+}