From 32170d7206f78c739f7e1273f5ebcafbdee23b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 28 Nov 2011 17:18:20 +0100 Subject: [PATCH] pducarme changes of the day --- plonetheme/pcfweb/static/css/style.css | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index f30a0ea..acbaa87 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -2043,29 +2043,37 @@ dl.portlet { div.labelboxes { - -webkit-appearance: textfield; + /*-webkit-appearance: textfield;*/ padding: 1px; background-color: white; - border: 1px inset; + border-top: 2px solid #828282; + border-left: 2px solid #B5B5B5; + border-right: 2px solid #B5B5B5; left:10px; margin-left: 230px; + min-height: 10px; } input.ac_input, input.ac_input:focus { border: none; background: transparent; - width: auto; + min-width: 120px; + decoration: none; + outline: none; + padding: none; + margin: none; } span.labelbox { - display: inline; - background: white url(../img/close_selected_item.png) no-repeat center right; - color: #666666; - padding: 2px 20px 1px 5px; - margin-top: 3px; - border: 1px solid #cccccc; + display: inline-block; + background: #9FA9B7 url(../img/close_selected_item.png) no-repeat center right; + color: #FFFFFF; + padding: 1px 18px 1px 3px; + margin-bottom: 3px; + border: 1px solid #00458A; border-radius: 5px; + } /*-------*/