From cc39c8fe15ba39bf5bc08efe03bf6ae13c827801 Mon Sep 17 00:00:00 2001 From: vKham Date: Tue, 10 Jan 2012 16:22:29 +0000 Subject: [PATCH] // add stylesheet warning delete customers git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12321 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/css/admin.css | 2 +- .../controllers/customers/list_header.tpl | 19 +++++++++++-------- css/admin.css | 15 +++++++++++++++ 3 files changed, 27 insertions(+), 9 deletions(-) diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index b28bc3ba2..e7ac08a01 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -17,7 +17,7 @@ label {color:#585a69;text-shadow:0 1px 0#fff;} fieldset{background-color:#EBEDF4; border:1px solid #CCCED7; color:#585A69; font-size:1.1em;margin:0;padding:1em} .Bloc {background-color:#EBEDF4; border:1px solid #CCCED7;font-size:1.1em;margin:0;padding:1em} legend{background:#EBEDF4;border:1px solid #CCCED7;font-weight:700;margin:0;padding:.2em .5em;text-align:left} -input[type="text"],input[type="password"],input[type="file"],textarea {border:1px solid #ccc;} +input[type="text"],input[type="password"],input[type="file"],textarea {border:1px solid #ccc; background-color:#fff;} select { border:1px solid #ccc; font-size: 12px;} select[disabled="disabled"], input[disabled="disabled"],textarea[disabled="disabled"] {border: 1px solid #CCCCCC;color: #AAAAAA} .header_module{background:url('../img/header_module.png');padding-left: 0.5em;padding-top: 0.8em;height:20px;color: #812143;border:solid 1px #CCC;} diff --git a/admin-dev/themes/default/template/controllers/customers/list_header.tpl b/admin-dev/themes/default/template/controllers/customers/list_header.tpl index 734417328..f5545c7f8 100644 --- a/admin-dev/themes/default/template/controllers/customers/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/customers/list_header.tpl @@ -29,16 +29,19 @@ {block name=leadin} {if isset($delete_customer) && $delete_customer}
-
{l s='How do you want to delete your customer(s)?'} - {l s='You have two ways to delete a customer, please choose what you want to do.'} -

+

+

{l s='How do you want to delete your customer(s)?'}

+

{l s='You have two ways to delete a customer, please choose what you want to do.'}

+
    +
  • - -

    -

    + +

  • +
  • -

    +
  • +
{foreach $POST as $key => $value} {if is_array($value)} {foreach $value as $val} @@ -49,7 +52,7 @@ {/if} {/foreach}
-
+
 
{/if} diff --git a/css/admin.css b/css/admin.css index e190555d6..4fe6eb4ba 100644 --- a/css/admin.css +++ b/css/admin.css @@ -511,10 +511,21 @@ select optgroup option { min-height:32px; } +#content .warn h2 { + margin:0; +} + + #content .warn ul li, #content .warn p, #content .warn a { color:#9e6014; } +#content .warn ul li label { + font-weight:normal; + color:#9e6014; + text-shadow:none; +} + #content .error ol { clear: both; margin-top: 5px; @@ -2212,6 +2223,10 @@ margin-bottom:7px; /*container-carts*/ #container-carts { background-color:#EBEDF4; border:1px solid #CCCED7; padding:10px;} +/*cart_rule_form*/ +#cart_rule_form {} +#cart_rule_form h4 { margin-top:0;} + #ajax_running { display: none; position: fixed;