Fix select height in joomla
authorColeman Watts <coleman@civicrm.org>
Sun, 14 Apr 2013 03:47:05 +0000 (20:47 -0700)
committerColeman Watts <coleman@civicrm.org>
Sun, 14 Apr 2013 03:47:05 +0000 (20:47 -0700)
css/joomla.css

index e0c8c3b1f19eefed6c1665af9bc88b016f6a8c21..140afc12cd3f362ef6bb86f205bd98a9ec14afe0 100644 (file)
@@ -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;