qtinternetradio/ui/resources/layout/pushbutton.css
changeset 3 ee64f059b8e1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/qtinternetradio/ui/resources/layout/pushbutton.css	Fri May 14 15:43:29 2010 +0300
@@ -0,0 +1,18 @@
+HbPushButton#playButton[stretched][icon][text][!additionalText]
+{
+	layout: ir_custom_layout;
+}
+
+HbPushButton#playButton[stretched][icon][text][!additionalText]::icon
+{
+    right: var(hb-param-margin-gene-middle-horizontal);
+    left: -var(hb-param-margin-gene-left);
+    fixed-width: var(hb-param-graphic-size-function);
+    fixed-height: var(hb-param-graphic-size-function);
+}
+
+HbPushButton#playButton[stretched][icon][text][!additionalText]::text
+{
+    right: var(hb-param-margin-gene-right);
+    size-policy-horizontal: preferred;
+}
\ No newline at end of file