diff --git a/src/main/webapp/StatAlgoImporter.css b/src/main/webapp/StatAlgoImporter.css index 77b5029..b83ff69 100644 --- a/src/main/webapp/StatAlgoImporter.css +++ b/src/main/webapp/StatAlgoImporter.css @@ -10,6 +10,11 @@ padding: 0px !important; } +.aui input[type="radio"], .aui input[type="checkbox"] { + margin: 0px !important; + width: 10px !important; +} + .aui input, .aui textarea, .aui .uneditable-input { width: 100% !important; }