]> gitweb.fluxo.info Git - drupal/nuvemdario.git/commitdiff
Hiding edit tabs from event post page
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Jul 2013 18:16:34 +0000 (15:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 11 Jul 2013 18:16:34 +0000 (15:16 -0300)
style.css

index 296f31045b4d316c06298163191a1aaa33a1b45f..239e4b2bb717d3d3c8e3a3bf2681abedee147f5b 100644 (file)
--- 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;
+}