Bug #22730 ยป 14486 follow-up fixIconCss.diff
typo3/stylesheets/visual/main_content.css (Arbeitskopie) | ||
---|---|---|
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;
|
||
}
|
typo3/sysext/t3skin/stylesheets/sprites/_t3-icon.css (Arbeitskopie) | ||
---|---|---|
.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;
|
||
}
|
||
.t3-icon-empty {
|
||
background-image:none;
|
||
}
|