Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thomas Gambier
erp5
Commits
badfcfa4
Commit
badfcfa4
authored
Nov 15, 2011
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve CSS of KM's login form.
parent
54d28257
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
17 additions
and
9 deletions
+17
-9
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml
...TemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml
+10
-3
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml
...plateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml
+4
-2
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/login_form/ac_login.xml
...teItem/portal_skins/erp5_km_theme/login_form/ac_login.xml
+1
-1
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/login_form/ac_password.xml
...tem/portal_skins/erp5_km_theme/login_form/ac_password.xml
+1
-1
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_widget_library/WebSite_viewWebSiteBrowserGadget.xml
...p5_km_widget_library/WebSite_viewWebSiteBrowserGadget.xml
+0
-1
bt5/erp5_km/bt/revision
bt5/erp5_km/bt/revision
+1
-1
No files found.
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml
View file @
badfcfa4
...
...
@@ -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
...
...
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_js/erp5_km.js.xml
View file @
badfcfa4
...
...
@@ -12,7 +12,7 @@
</item>
<item>
<key>
<string>
_EtagSupport__etag
</string>
</key>
<value>
<string>
ts
09346482.3
</string>
</value>
<value>
<string>
ts
21283797.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>
841
7
</int>
</value>
<value>
<int>
841
9
</int>
</value>
</item>
<item>
<key>
<string>
title
</string>
</key>
...
...
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/login_form/ac_login.xml
View file @
badfcfa4
...
...
@@ -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>
...
...
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/login_form/ac_password.xml
View file @
badfcfa4
...
...
@@ -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
...
...
bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_widget_library/WebSite_viewWebSiteBrowserGadget.xml
View file @
badfcfa4
...
...
@@ -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
...
...
bt5/erp5_km/bt/revision
View file @
badfcfa4
1832
\ No newline at end of file
1833
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment