diff --git a/src/main/webapp/tabulardataportlet.css b/src/main/webapp/tabulardataportlet.css index 68d5b71..1a32309 100644 --- a/src/main/webapp/tabulardataportlet.css +++ b/src/main/webapp/tabulardataportlet.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; }