diff --git a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_loginDialog.xml b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_loginDialog.xml index 2f05ba924cf7e93ef9dc56c29e6842ea0984f20f..51416372594961db382f2d4584af1e1f73beb548 100644 --- a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_loginDialog.xml +++ b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/WebSection_loginDialog.xml @@ -36,13 +36,40 @@ <key> <string>_text</string> </key> <value> <unicode encoding="cdata"><![CDATA[ -<div id="login_form">\n -<h4>Log in</h4>\n -<label for="name" class="required">Name</label><br/>\n -<input type="text" name="__ac_name" id="name" tal:attributes="value python: request.get(\'__ac_name\') or \'\'" /><br/>\n -<label for="password">Password</label><br/>\n -<input type="password" name="__ac_password" id="password" /><br/>\n -<input type="submit" name="logged_in:method" class="submit" value="Login">\n +<div id="login-box">\n +<table id="field_table">\n + <tbody>\n + <tr>\n + <td>\n + <table>\n + <tr>\n + <td align="center" colspan="2">\n + <font size="-1">Login in</font>\n + </td>\n + </tr>\n + <tr></tr>\n + <tr>\n + <td>\n + <label for="name">Name:</label>\n + </td>\n + <td>\n + <input type="text" name="__ac_name" id="name" tal:attributes="value python: request.get(\'__ac_name\') or \'\'" />\n + </td>\n + </tr>\n + <tr>\n + <td>\n + <label for="password">Password:</label>\n + </td>\n + <td>\n + <input type="password" name="__ac_password" id="password" />\n + </td>\n + </tr>\n + <td align="center" colspan="2">\n + <input type="submit" name="logged_in:method" class="submit" value="Sign In">\n + </td>\n + </tr>\n +</tbody>\n +</table>\n </div> ]]></unicode> </value> diff --git a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_css/ung_theme.css.xml b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_css/ung_theme.css.xml index c609099fbd59b632f3f43e5343c2ffa83de3b035..ebdf163ade435a60c7008a2820f106c872a4ff53 100644 --- a/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_css/ung_theme.css.xml +++ b/bt5/erp5_web_ung_theme/SkinTemplateItem/portal_skins/erp5_web_ung_theme/ung_css/ung_theme.css.xml @@ -850,17 +850,22 @@ iframe#field_my_text_content___Frame {\n height: 489px !important;\n }\n \n -div#login_form {\n +div#login-box {\n font-family: Arial,Helvetica,sans-serif;\n font-size: 12px;\n margin: 0;\n - padding: 0;\n + padding: 0 23px 0 0;\n + float:right;\n }\n \n -div#login_form input {\n +div#login-box input {\n vertical-align: middle; \n }\n \n +div#login-box input.submit {\n + margin-top: 6px;\n +}\n +\n div#preference_dialog {\n display:none;\n width: 308px !important;\n @@ -1029,7 +1034,19 @@ div#preference_dialog select{\n }\n \n a.your_listbox_title {\n - display: none\n + display: none;\n +}\n +\n +div#login-box table#field_table {\n + border: 1px solid #C3D9FF;\n +}\n +\n +div#login-box table#field_table tbody {\n + background: #E8EEFA;\n +}\n +\n +div#login-box table#field_table tbody label {\n + font-size: 10pt;\n } ]]></string> </value> diff --git a/bt5/erp5_web_ung_theme/bt/revision b/bt5/erp5_web_ung_theme/bt/revision index c390b4cff15f60e3c7c12561c444c6f029cb8ef2..bb81456fa19cded30402e6818c590bde4d91ead9 100644 --- a/bt5/erp5_web_ung_theme/bt/revision +++ b/bt5/erp5_web_ung_theme/bt/revision @@ -1 +1 @@ -261 \ No newline at end of file +262 \ No newline at end of file