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 @@ ...@@ -61,9 +61,11 @@
\n \n
/* hide tabs */\n /* hide tabs */\n
.document > .actions,\n .document > .actions,\n
.bottom_actions{\n .bottom_actions,\n
.adminSection > #action{\n
display: none;\n display: none;\n
} }\n
]]></string> </value> ]]></string> </value>
</item> </item>
......
...@@ -74,6 +74,12 @@ html {\n ...@@ -74,6 +74,12 @@ html {\n
** Layout technique based on http://alistapart.com/articles/holygrail/\n ** Layout technique based on http://alistapart.com/articles/holygrail/\n
**========================================================================================*/\n **========================================================================================*/\n
\n \n
/* hide tabs */\n
.document > .actions,\n
.bottom_actions{\n
display: none;\n
}\n
\n
.document div.content {\n .document div.content {\n
background: #fff;\n background: #fff;\n
border: .1em solid #ccc;\n border: .1em solid #ccc;\n
...@@ -282,6 +288,12 @@ form#main_form div.languageSelector {\n ...@@ -282,6 +288,12 @@ form#main_form div.languageSelector {\n
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <string></string> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
</dictionary> </dictionary>
</pickle> </pickle>
</record> </record>
......
266 267
\ No newline at end of file \ 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