diff --git a/core.css b/core.css index d0f2d02..749c81b 100644 --- a/core.css +++ b/core.css @@ -933,6 +933,31 @@ body.tao #admin-toolbar a.menu-hover span.menu-description span.icon { text-shadow:#999 0px 1px 0px; } +/* color module fix */ +#palette .form-item { + width: 20em !important; + height: 2em; + line-height: 2em; + margin: 0.5em 0; + padding: 0.2em; +} + +#palette .lock { + z-index: 2; +} +.page-content .color-form .form-item:hover { + height: 2em; +} +/* panels stylizer color fix */ +div.ctools-modal-content #palette .form-item label { + clear: none; + float: left; + width: 14em; +} +div.ctools-modal-content .color-form .form-item input { + margin-top: 0; +} + /** * ORPHANED MARKUP ==================================================== * The following selectors target markup generated by Drupal that have