diff -r 4785f57bf3d4 -r 03646e8da489 homescreenapp/widgetplugins/hsshortcutwidgetplugin/resource/hsshortcutwidget.css --- a/homescreenapp/widgetplugins/hsshortcutwidgetplugin/resource/hsshortcutwidget.css Thu May 27 12:46:08 2010 +0300 +++ b/homescreenapp/widgetplugins/hsshortcutwidgetplugin/resource/hsshortcutwidget.css Fri Jun 11 13:30:16 2010 +0300 @@ -1,30 +1,30 @@ HsShortcutWidget { + layout: icon_shortcut; +} + +HsShortcutWidget[text] { layout: icon_text_shortcut; } -HsShortcutWidget[icon][text] { - layout: icon_text_shortcut; -} - -HsShortcutWidget[icon][!text] { +HsShortcutWidget[!text] { layout: icon_shortcut; } HsShortcutWidget::background { border-width: 0.0un; fixed-width: 12un; - fixed-height: expr(12.5un + var(hb-param-text-height-tiny)); + fixed-height: 12un; zvalue: 0; } -HsShortcutWidget[icon][text]::background { +HsShortcutWidget[text]::background { border-width: 0.0un; fixed-width: 12un; fixed-height: expr(12.5un + var(hb-param-text-height-tiny)); zvalue: 0; } -HsShortcutWidget[icon][!text]::background { +HsShortcutWidget[!text]::background { border-width: 0.0un; fixed-width: 12un; fixed-height: 12un;