Skip to content
Snippets Groups Projects
Commit 918aa887 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

Merge pull request #421 from colemanw/jcss

Fix select height in joomla
parents bcabc652 2513f933
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