Bug #18874 » checkbox-align-margin.diff
typo3/sysext/t3skin/stylesheets/stylesheet_post.css (working copy) | ||
---|---|---|
input[type="checkbox"] {
|
||
border: none;
|
||
background: none;
|
||
margin: 4px 2px;
|
||
vertical-align: middle;
|
||
}
|
||
.checkbox,
|
||
... | ... | |
background-color: #EFEFF4;
|
||
}
|
||
/* END PAGE HEADERS: */
|
||