homescreenapp/widgetplugins/hsshortcutwidgetplugin/resource/hsshortcutwidget.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:06:34 +0300
branchRCL_3
changeset 82 5f0182e07bfb
permissions -rw-r--r--
Revision: 201033 Kit: 201035

HsShortcutWidget {
  layout: icon_shortcut;
}

HsShortcutWidget[text] {
  layout: icon_text_shortcut;
}

HsShortcutWidget[!text] {
  layout: icon_shortcut;
}

HsShortcutWidget::background {
  border-width: 0.0un;
  fixed-width: 12un;
  fixed-height: 12un;
  zvalue: 0;
}

HsShortcutWidget[text]::background {
  border-width: 0.0un;
  fixed-width: 12un;
  fixed-height: expr(12.5un + var(hb-param-text-height-tiny));
  zvalue: 0;
}

HsShortcutWidget[!text]::background {
  border-width: 0.0un;
  fixed-width: 12un;
  fixed-height: 12un;
  zvalue: 0;
}

HsShortcutWidget::icon{
  left: -0.5un;
  right: 0.5un;
  top: -0.5un;
  bottom: 0.5un;
  fixed-width: 11.0un;
  fixed-height: 11.0un;
  zvalue: 1;
}

HsShortcutWidget::text{
  left: -0.5un;
  right: 0.5un;
  top: 0.0un;
  bottom: 0.5un;
  fixed-width: 11.0un;
  font-variant: secondary;
  text-align: center center;
	text-height: var(hb-param-text-height-tiny);
	text-line-count-max: 1;
	color: var(qtc_hs_list_item_title_normal);
	zvalue: 2;
}