Commit badfcfa4 authored by Ivan Tyagov's avatar Ivan Tyagov

Improve CSS of KM's login form.

parent 54d28257
......@@ -553,12 +553,18 @@ fieldset.right .field {\n
}\n
\n
/* Login & Registration form CSS */\n
fieldset.registration {\n
fieldset.left{\n
float:left;\n
width:49.5%;\n
}\n
fieldset.right{\n
float:right;\n
}\n
\n
fieldset.registration {\n
width:36%;\n
background-color: #FFFFFF;\n
margin-right: 0.5%;\n
height: 775px;\n
height: auto;\n
}\n
\n
\n
......@@ -919,6 +925,7 @@ fieldset.left h4,\n
fieldset.center h4,\n
fieldset.right h4 {\n
background-color:#efeee8;\n
padding:5px;\n
}\n
\n
.document > .content ul li {\n
......
......@@ -12,7 +12,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts09346482.3</string> </value>
<value> <string>ts21283797.18</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -56,6 +56,8 @@ function toggleSection(section_id, image_id){\n
image_obj.attr("src", "images/tree_closed.png");}\n
} \n
\n
\n
\n
function toggleHiddenFormatDialogSelection(){\n
/* Expand more download formats widget */\n
$("div.download-document-format-list-menu-hidden").toggle();\n
......@@ -277,7 +279,7 @@ $(document).ready(initialize_form);\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>8417</int> </value>
<value> <int>8419</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -211,7 +211,7 @@
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<input name="__ac_name" id="__ac_name" value="" type="text" size="30" />
<input name="__ac_name" id="__ac_name" value="" type="text" />
]]></string> </value>
</item>
......
......@@ -211,7 +211,7 @@
<key> <string>default</string> </key>
<value> <string encoding="cdata"><![CDATA[
<input name="__ac_password"id="__ac_password" value="" type="password" size="30"\n
<input name="__ac_password"id="__ac_password" value="" type="password"\n
onkeypress="submitFormOnEnter(event,\n
\'main_form\',\n
\'WebSite_login\',\n
......
......@@ -51,7 +51,6 @@
\n
<tal:block tal:content="structure python: here.WebSection_viewSubsectionRenderer(section_list = section_list, \n
collapse_depth=collapse_depth)"/>\n
\n
<tal:block tal:condition="python: len(section_list)==0">\n
<p i18n:domain="erp5_ui" i18n:translate=""> No subsections found. </p>\n
</tal:block>\n
......
1832
\ No newline at end of file
1833
\ 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