Commit a57ebfaa authored by Fabien Morin's avatar Fabien Morin

* hide tabs on help websection

* hide action select in egov_portal websection

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23315 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a9fe9ac
......@@ -61,9 +61,11 @@
\n
/* hide tabs */\n
.document > .actions,\n
.bottom_actions{\n
.bottom_actions,\n
.adminSection > #action{\n
display: none;\n
}
}\n
]]></string> </value>
</item>
......
......@@ -74,6 +74,12 @@ html {\n
** Layout technique based on http://alistapart.com/articles/holygrail/\n
**========================================================================================*/\n
\n
/* hide tabs */\n
.document > .actions,\n
.bottom_actions{\n
display: none;\n
}\n
\n
.document div.content {\n
background: #fff;\n
border: .1em solid #ccc;\n
......@@ -282,6 +288,12 @@ form#main_form div.languageSelector {\n
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary>
</pickle>
</record>
......
266
\ No newline at end of file
267
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment