From 09cd4c05d8537da6dbba518722f30adcba92617f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 11 Jul 2013 15:19:13 -0300 Subject: Hiding edit tabs from event post page (2) --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style.css') 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; } -- cgit v1.2.3