From: Silvio Rhatto Date: Thu, 11 Jul 2013 18:16:34 +0000 (-0300) Subject: Hiding edit tabs from event post page X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=47536c134dc63305b9cd224b90a2f1eda76b8d5b;p=drupal%2Fnuvemdario.git Hiding edit tabs from event post page --- 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; +}