Index: themes/bartik/css/style-rtl.css =================================================================== RCS file: /cvs/drupal/drupal/themes/bartik/css/style-rtl.css,v retrieving revision 1.3 diff -u -r1.3 style-rtl.css --- themes/bartik/css/style-rtl.css 6 Aug 2010 01:40:29 -0000 1.3 +++ themes/bartik/css/style-rtl.css 22 Aug 2010 12:19:11 -0000 @@ -262,7 +262,3 @@ .color-form .form-item label { float: right; } -.color-form #palette .lock { - right: -20px; - left: 0; -} Index: themes/bartik/css/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/bartik/css/style.css,v retrieving revision 1.3 diff -u -r1.3 style.css --- themes/bartik/css/style.css 6 Aug 2010 01:40:29 -0000 1.3 +++ themes/bartik/css/style.css 22 Aug 2010 12:19:12 -0000 @@ -1293,30 +1293,28 @@ .color-form #palette { margin-left: 20px; /* LTR */ } +.color-form #palette .form-item { + width: 25em; +} .color-form .form-item { - border: 1px solid #fbfbfb; margin: 0; - padding: .5em; - position: relative; - max-width: 350px; + padding: 6px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } -.color-form .form-item label { - float: left; /* LTR */ - font-size: 1em; - width: 150px; + .color-form .form-item label { + float: left; /* LTR */ + font-size: 1em; + width: 14em; +} +.color-form .form-text { + margin-right: 0; + text-align: left; } .color-form .form-item.item-selected { - background-color: #eeeeee; - border: 1px solid #cfcfcf; -} -.color-form #palette .lock { - position: absolute; - top: 5px; - left: -20px; /* LTR */ + background-color: #eee; } .color-form #preview { font-size: .85em;