From: Coleman Watts Date: Sun, 14 Apr 2013 03:47:05 +0000 (-0700) Subject: Fix select height in joomla X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2513f9335efe398a65473c69f552dc48e754d46b;p=civicrm-core.git Fix select height in joomla --- diff --git a/css/joomla.css b/css/joomla.css index e0c8c3b1f1..140afc12cd 100644 --- a/css/joomla.css +++ b/css/joomla.css @@ -522,14 +522,14 @@ ul#civicrm-menu li#crm-qsearch { #crm-container input, #crm-container select { font-size: 12px; - height: 16px; margin-bottom: auto; margin-right: 4px; width: auto; padding: 2px 4px; } -#crm-container select { - height: 22px; +#crm-container textarea, +#crm-container input { + height: 16px; } #crm-container input[type=submit] { height: auto;