From 1d3c577e33948ea57ffb7944f140bcc17b7da937 Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Mon, 11 Mar 2013 22:23:53 +0100 Subject: [PATCH] [IMP] dbmanager create screen bzr revid: al@openerp.com-20130311212353-9f591b5y0h216l70 --- addons/web/static/src/css/base.css | 12 ++++++--- addons/web/static/src/css/base.sass | 5 ++++ addons/web/static/src/xml/base.xml | 40 +++++++++++++++++++++-------- 3 files changed, 42 insertions(+), 15 deletions(-) diff --git a/addons/web/static/src/css/base.css b/addons/web/static/src/css/base.css index b0b0db61be3..971a68f0108 100644 --- a/addons/web/static/src/css/base.css +++ b/addons/web/static/src/css/base.css @@ -1263,7 +1263,7 @@ color: white; padding: 2px 4px; margin: 1px 6px 0 0; - border: 1px solid lightGray; + border: 1px solid lightgrey; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -moz-border-radius: 4px; -webkit-border-radius: 4px; @@ -1295,7 +1295,7 @@ transform: scale(1.1); } .openerp .oe_secondary_submenu .oe_active { - border-top: 1px solid lightGray; + border-top: 1px solid lightgrey; border-bottom: 1px solid #dedede; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), inset 0 -1px 3px rgba(40, 40, 40, 0.2); @@ -1806,7 +1806,7 @@ } .openerp .oe_searchview .oe_searchview_drawer { position: absolute; - z-index: 3; + z-index: 2; margin-top: 4px; top: 100%; right: -1px; @@ -2257,7 +2257,7 @@ } .openerp .oe_form .oe_form_label_help[for] span, .openerp .oe_form .oe_form_label[for] span { font-size: 80%; - color: darkGreen; + color: darkgreen; vertical-align: top; position: relative; top: -4px; @@ -3154,6 +3154,10 @@ div.ui-widget-overlay { border-radius: 3px; } +.openerp .db_option_table td { + padding-bottom: 10px !important; +} + .openerp_ie .placeholder { color: #afafb6 !important; font-style: italic !important; diff --git a/addons/web/static/src/css/base.sass b/addons/web/static/src/css/base.sass index 9b8837a511d..f769c26dc34 100644 --- a/addons/web/static/src/css/base.sass +++ b/addons/web/static/src/css/base.sass @@ -2487,6 +2487,11 @@ div.ui-widget-overlay @include radius(3px) // }}} +.openerp + .db_option_table + td + padding-bottom: 10px !important + // Internet Explorer 9+ specifics {{{ .openerp_ie .placeholder diff --git a/addons/web/static/src/xml/base.xml b/addons/web/static/src/xml/base.xml index bd4f2f15e1f..98977e74fad 100644 --- a/addons/web/static/src/xml/base.xml +++ b/addons/web/static/src/xml/base.xml @@ -106,33 +106,47 @@

- Create Database + Create a New Database

-
- +

+ Fill in this form to create an OpenERP database. You can + create databases for different companies or for different + goals (testing, production). Once the database is created, + you will be able to install your first application. +

+

+ By default, the master password is 'admin'. This password + is required to created, delete dump or restore databases. +

+
- + - - + + - + - - + + + + +
+ +
+ +
- + + Check this box to evaluate OpenERP.
- +