contactwidgethsplugin/contactwidgeths/resource/commlauncherbuttons.css
changeset 71 7cc7d74059f9
parent 47 7cbcb2896f0e
--- a/contactwidgethsplugin/contactwidgeths/resource/commlauncherbuttons.css	Thu Sep 02 20:16:15 2010 +0300
+++ b/contactwidgethsplugin/contactwidgeths/resource/commlauncherbuttons.css	Fri Sep 17 08:27:32 2010 +0300
@@ -1,23 +1,74 @@
 
-HbPushButton
+
+HbPushButton#callApp
 {
     fixed-width:  9.0un;
     fixed-height: 9.0un;
 }
 
-HbPushButton::icon
+HbPushButton#callApp::icon
 {
     fixed-width:  8.0un;
     fixed-height: 8.0un;
 }
 
-HbPushButtonSpacer
+HbPushButton#callApp::Spacer
+{
+    fixed-width: 0.0un;
+    fixed-height: 0.0un;
+}
+
+HbPushButton#msgApp
+{
+    fixed-width:  9.0un;
+    fixed-height: 9.0un;
+}
+
+HbPushButton#msgApp::icon
+{
+    fixed-width:  8.0un;
+    fixed-height: 8.0un;
+}
+
+HbPushButton#msgApp::Spacer
 {
     fixed-width: 0.0un;
     fixed-height: 0.0un;
 }
 
 
+HbPushButton#emailApp
+{
+    fixed-width:  9.0un;
+    fixed-height: 9.0un;
+}
 
+HbPushButton#emailApp::icon
+{
+    fixed-width:  8.0un;
+    fixed-height: 8.0un;
+}
+
+HbPushButton#emailApp::Spacer
+{
+    fixed-width: 0.0un;
+    fixed-height: 0.0un;
+}
 
+HbPushButton#phoneApp
+{
+    fixed-width:  9.0un;
+    fixed-height: 9.0un;
+}
 
+HbPushButton#phoneApp::icon
+{
+    fixed-width:  8.0un;
+    fixed-height: 8.0un;
+}
+
+HbPushButton#phoneApp::Spacer
+{
+    fixed-width: 0.0un;
+    fixed-height: 0.0un;
+}