[TYPO3-core] RFC: Bug #7601: Remove checkbox border from t3skin in Internet Explorer

Helmut Hummel typo3 at jhpc.de
Sat Mar 22 21:17:01 CET 2008


Hey Jeff,

Jeff Segars wrote:
> 
> Solution:
> Dynamically add a class to all checkboxes using attribute selectors in 
> Prototype so that the CSS style can be targeted at the checkbox class.

This change:
--- typo3/sysext/t3skin/stylesheets/stylesheet_post.css	(revision 3236)
+++ typo3/sysext/t3skin/stylesheets/stylesheet_post.css	(working copy)
@@ -89,11 +89,21 @@
  .checkbox,
  .checkbox:hover,
  input[type="checkbox"] {
+	vertical-align: middle;
  	border: none;
  	background: none;
  }

Has nothing to do with the bug description and makes the checkbox alignment in 
FF2 look bad (see screenshot). Removing it does not affect IE6, but makes the 
checkbox looks good again.

However csh icon is misplaced, but this is the case since TYPO3 4.1.x (I have no 
good solution for this yet).

-- 
lib.salutation = TEXT
lib.salutation.value = Kind regards, Helmut
lib.salutation.lang.de = Viele Grüße, Helmut
-------------- next part --------------
A non-text attachment was scrubbed...
Name: after removing  align_middle.png
Type: image/png
Size: 3274 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080322/d13c3f45/attachment.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: current situation.png
Type: image/png
Size: 2943 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20080322/d13c3f45/attachment-0001.png 


More information about the TYPO3-team-core mailing list