Give the radio and checkbox icons some breathing space.

This commit is contained in:
z3d
2009-07-31 19:40:05 +00:00
parent 219af36090
commit 95dd744633
2 changed files with 10 additions and 4 deletions

View File

@ -634,7 +634,8 @@ form {}
height: 16px; height: 16px;
opacity: 1.0; opacity: 1.0;
border: 0; border: 0;
margin: 0 0 0 10px; margin: 5px 5px 5px 10px;
padding: 2px;
} }
.optbox:hover { .optbox:hover {
@ -646,7 +647,8 @@ form {}
height: 16px; height: 16px;
opacity: 1.0; opacity: 1.0;
border: 0; border: 0;
margin: 0 0 0 10px; margin: 5px 5px 5px 10px;
padding: 2px;
} }
.cells { .cells {
@ -658,6 +660,6 @@ form {}
background: #004 url('images/tabletitledark.png') repeat-x !important; background: #004 url('images/tabletitledark.png') repeat-x !important;
border-top: 1px solid #99f; border-top: 1px solid #99f;
border-bottom: 1px solid #99f !important; border-bottom: 1px solid #99f !important;
font-size: 8pt; font-size: 7pt;
line-height: 110%; line-height: 110%;
} }

View File

@ -682,6 +682,8 @@ form {}
height: 16px; height: 16px;
opacity: 1.0; opacity: 1.0;
border: 0; border: 0;
margin: 5px 5px 5px 10px;
padding: 2px;
} }
.optbox:hover { .optbox:hover {
@ -693,6 +695,8 @@ form {}
height: 16px; height: 16px;
opacity: 1.0; opacity: 1.0;
border: 0; border: 0;
margin: 5px 5px 5px 10px;
padding: 2px;
} }
.cells { .cells {
@ -710,6 +714,6 @@ form {}
border-top: 1px solid #001; border-top: 1px solid #001;
border-bottom: 1px solid #001 !important; border-bottom: 1px solid #001 !important;
padding: 8px 2px !important; padding: 8px 2px !important;
font-size: 8pt; font-size: 7pt;
line-height: 110%; line-height: 110%;
} }