+2010-05-27 Jeff Segars <jeff@webempoweredchurch.org>
+
+ * Follow-up to bug #14486: Sprite icons not shown in Safari and IE6 (thanks to Steffen Ritter)
+
2010-05-27 Xavier Perseguers <typo3@perseguers.ch>
* Fixed bug #14496: SQL parser does not handle ALTER TABLE with character set operation
* Fixed bug #14486: Added missing icons for the new iconset (thanks to Steffen Ritter)
* Added feature #14465: Make use of the new sprite API through the TYPO3 core (thanks to Steffen Ritter)
- * Followup to feature #14465: Remove extra semicolon at end of line
+ * Follow-up to feature #14465: Remove extra semicolon at end of line
2010-05-26 Susanne Moog <typo3@susanne-moog.de>
border: none;
}
+span.t3-icon {
+ display: inline-block;
+ position: relative;
+ width: 16px;
+ height: 16px;
+ overflow: hidden;
+}
.t3-icon {
background-image:url('../../gfx/icon_fatalerror.gif');
background-repeat:no-repeat;
- padding-left: 20px;
- position: relative;
- display: inline;
- height: 18px;
- overflow: hidden;
- padding-bottom: 5px;
- padding-left: 16px;
}
-
.t3-icon .c-inputButton {
- margin-left:-17px !important;;
width:16px;
height:16px;
-}
\ No newline at end of file
+}
-.t3-icon {
- padding-left: 20px;
- background: url('../../images/sprites/t3-icon-actions-edit.png') no-repeat -2px -3px;
- position: relative;
-}
-
span.t3-icon {
- display: inline;
- height: 18px;
- overflow: hidden;
- padding-bottom: 5px;
- padding-left: 16px;
+ margin-right: 2px;
+ margin-top: 2px;
}
-
span.t3-icon-overlay {
display: block;
width: 16px;
top: 0;
text-decoration: none;
padding: 0;
-}
\ No newline at end of file
+}
+.t3-icon-empty {
+ background-image: none;
+}