homescreenapp/widgetplugins/hsshortcutwidgetplugin/resource/hsshortcutwidget.css
changeset 39 4e8ebe173323
child 55 03646e8da489
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/homescreenapp/widgetplugins/hsshortcutwidgetplugin/resource/hsshortcutwidget.css	Mon May 03 12:24:59 2010 +0300
@@ -0,0 +1,60 @@
+HsShortcutWidget {
+  layout: icon_text_shortcut;
+}
+
+HsShortcutWidget[icon][text] {
+  layout: icon_text_shortcut;
+}
+
+HsShortcutWidget[icon][!text] {
+  layout: icon_shortcut;
+}
+
+HsShortcutWidget::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 {
+  border-width: 0.0un;
+  fixed-width: 12un;
+  fixed-height: expr(12.5un + var(hb-param-text-height-tiny));
+  zvalue: 0;
+}
+
+HsShortcutWidget[icon][!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;
+}
+
+HsShortcutWidget::toucharea {  
+  zvalue: 3;
+}