[TYPO3-hci] MyDashboard, new extension, you know ?

Tapio Markula tapio.markula at xetpoint.fi
Thu Apr 3 09:11:40 CEST 2008


Yannick Pavard kirjoitti:
> Hi,
> 
> I have recently discovered your excellent presentation on your ideas 
> around the HCI here: 
> http://www.dkd.de/fileadmin/downloads/jens_hoffmann/HCI.pdf
> 
> Have you seen the new extension "My Dashboard" 
> (http://typo3.org/extensions/repository/view/mydashboard/0.0.5/) ?
>  It looks like your work
> 
> Thank you and good continuation

This plugin is problematic for skinning because of special CSS for 
headers. Please add some CSS h2 and h3


div.widget h2 {
	height: 20px;
	margin: 3px;
	clear: both;
	background: #fff url(../img/headline-back-02.png) top right no-repeat;
}

add 'width:auto;' and desired padding

These might be set in CSS files of other skins and your CSS might cause 
*serious* problems for skin plugins.


More information about the TYPO3-team-hci mailing list