. Stuff Content Mgmt/Drupal/themes/bartik/css/style.css +++ style.css @@ -1235,8 +1235,6 @@ border: 1px solid #fbfbfb; margin: 0; padding: .5em; - position: relative; - max-width: 350px; -khtml-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -1245,17 +1243,17 @@ .color-form .form-item label { float: left; /* LTR */ font-size: 1em; - width: 150px; + width: 15em; } .color-form .form-item.item-selected { background-color: #eeeeee; border: 1px solid #cfcfcf; } -.color-form #palette .lock { - position: absolute; - top: 5px; - left: -20px; /* LTR */ + +.color-form #palette .form-item { + width: 25em; } + .color-form #preview { font-size: .85em; }