From 1f9222e62abd25904eee964f14dd4dec28875937 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 15 Jun 2011 12:11:00 +0800 Subject: [PATCH] core.css --- core.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/core.css b/core.css index 0df544d8..0c12e0a9 100644 --- a/core.css +++ b/core.css @@ -492,6 +492,12 @@ span.ptcv-selectlang -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; box-shadow: 5px 5px 5px #ccc; + -webkit-margin-start: 0; + -webkit-margin-end: 0; + -webkit-padding-before: 0; + -webkit-padding-start: 0; + -webkit-padding-end: 0; + -webkit-padding-after: 0; } .x-form fieldset.x-formbox legend { @@ -502,12 +508,7 @@ span.ptcv-selectlang padding: 5px; background: #E3E3E3 none repeat scroll 0 0; - -webkit-margin-start: 0; - -webkit-margin-end: 0; - -webkit-padding-before: 0; - -webkit-padding-start: 0; - -webkit-padding-end: 0; - -webkit-padding-after: 0; + width: 100%; } -- 2.39.2