[TYPO3-core] RFC: #14522: Pagetree workspace div correction

Steffen Ritter info at rs-websystems.de
Sun May 30 15:07:38 CEST 2010


Am 29.05.2010 19:16, schrieb Steffen Kamper:
> Hi,
>
> after the correct icon is rendered it's obvious that some padding is
> missing => v2
>
> vg Steffen
-1 reading as mentioned in skype:
i do not like adding thousands of

+div.workspace-info·span.t3-icon·{
+» vertical-align:·middle;
+}

for every place we need this...

please add a general class

.t3-icon.vertical-centered {
	vertical-align:middle;
}

and use it via getSpriteIcon(...,array('class'=>'vertical-centered'));

this saves us a a lot of css markup and is easier to maintain.


More information about the TYPO3-team-core mailing list