Commit 16558945 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

* remove login link from navigation widget.

* more CSS improvement for editable mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27664 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d5f45b91
......@@ -11,9 +11,7 @@
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value>
<none/>
</value>
<value> <string>web_site_user_ram_cache</string> </value>
</item>
<item>
<key> <string>_bind_names</string> </key>
......@@ -72,15 +70,6 @@
<!--[if lte IE 6]></td></tr></table></a><![endif]-->\n
</tal:block>\n
</li>\n
<tal:block tal:condition="here/portal_membership/isAnonymousUser">\n
<li class="login"><a href="#" i18n:translate="" i18n:domain="ui"\n
tal:attributes="href python:\'%s/login_form\' % web_site_url">Login</a></li>\n
</tal:block>\n
<tal:block tal:condition="not:here/portal_membership/isAnonymousUser">\n
<li class="login"><a tal:attributes="href python:\'%s/logout\' % web_site_url">\n
<tal:block i18n:translate="" i18n:domain="ui">Logout</tal:block>\n
(<tal:block tal:replace="python:here.portal_membership.getAuthenticatedMember().getUserName()" />)</a></li>\n
</tal:block>\n
</ul>\n
</tal:block>\n
......
......@@ -343,10 +343,6 @@
/* We will have to handle the different types in another way */\n
/* .subcontent h1.group_title {background: url(./mf54_image/icon_celltitle_menu.gif) no-repeat; background-position:225px 5px;} */\n
\n
.main a img, .main a:hover img {\n
border-width: 1px;\n
}\n
\n
.container {\n
clear: both;\n
}\n
......@@ -368,6 +364,13 @@ fieldset.editable.bottom div.input {\n
padding: 0;\n
}\n
\n
div.editable > a > img,\n
fieldset.editable div.input > a > img,\n
fieldset.editable div.field > label > a > img {\n
float:none;\n
margin:0;\n
}\n
\n
#transition_message {\n
font-size:120%;\n
padding:5px 10px;\n
......@@ -392,6 +395,31 @@ button.sort_button span {\n
font-weight: bold;\n
}\n
\n
/* Popup info window style */\n
div.search_popup {\n
background-color: #c3e3df;\n
display: none;\n
position:fixed;\n
left:500px;\n
width:150px;\n
top:130px;\n
padding:10px;\n
border:1px solid black;\n
z-index:100;\n
}\n
\n
div.popup_row{\n
clear:right;\n
}\n
\n
div.popup_row span.popup_label{\n
font-weight: bold;\n
}\n
\n
div.popup_row a{\n
color: green!important;\n
}\n
\n
/* Edit tabs styling.\n
** Edit tabs are another part of admin stuffs and\n
** should respect other admin design convention\n
......
106
\ No newline at end of file
107
\ 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