Skip to content
Snippets Groups Projects
Commit 2513f933 authored by colemanw's avatar colemanw
Browse files

Fix select height in joomla

parent 9b2e937a
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment