77e866b5 by Marty Penner

Don't force a height on highlighted jquery UI states

1 parent 7b3026c2
...@@ -1294,10 +1294,6 @@ h6.fieldset-heading { ...@@ -1294,10 +1294,6 @@ h6.fieldset-heading {
1294 opacity: 0.5; 1294 opacity: 0.5;
1295 } 1295 }
1296 1296
1297 .ui-state-highlight {
1298 height: 30px;
1299 }
1300
1301 .option-groups-region { 1297 .option-groups-region {
1302 margin-top: 15px !important; 1298 margin-top: 15px !important;
1303 } 1299 }
......