Give the radio and checkbox icons some breathing space.
This commit is contained in:
@ -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%;
|
||||||
}
|
}
|
@ -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%;
|
||||||
}
|
}
|
Reference in New Issue
Block a user