diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-07-11 15:16:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-07-11 15:16:34 -0300 |
commit | 47536c134dc63305b9cd224b90a2f1eda76b8d5b (patch) | |
tree | 51f611fabff771e170659ed65d550a601a7b42ad | |
parent | 13ea00049266883a53d2e91a62f1a22ce919266c (diff) | |
download | nuvemdario-47536c134dc63305b9cd224b90a2f1eda76b8d5b.tar.gz nuvemdario-47536c134dc63305b9cd224b90a2f1eda76b8d5b.tar.bz2 |
Hiding edit tabs from event post page
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2579,3 +2579,7 @@ html.js input.form-autocomplete { html.js input.throbbing { background-position: 100% -13px; } + +#evento-node-form .vertical-tabs { + visibility: hidden; +} |