summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-07-11 15:19:13 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-07-11 15:19:13 -0300
commit09cd4c05d8537da6dbba518722f30adcba92617f (patch)
tree5394f45e59585643609184741e63e4a0d21f1f3f /style.css
parent47536c134dc63305b9cd224b90a2f1eda76b8d5b (diff)
downloadnuvemdario-09cd4c05d8537da6dbba518722f30adcba92617f.tar.gz
nuvemdario-09cd4c05d8537da6dbba518722f30adcba92617f.tar.bz2
Hiding edit tabs from event post page (2)
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/style.css b/style.css
index 239e4b2..7e2440b 100644
--- a/style.css
+++ b/style.css
@@ -2580,6 +2580,9 @@ html.js input.throbbing {
background-position: 100% -13px;
}
-#evento-node-form .vertical-tabs {
+#evento-node-form .vertical-tabs,
+#evento-node-form .vertical-tabs ul,
+#evento-node-form .vertical-tabs div {
visibility: hidden;
+ height: 0px;
}