telutils/dialpad/resources/dialpad.css
changeset 32 1f002146abb4
parent 23 427125ac6cb8
child 33 8d5d7fcf9b59
--- a/telutils/dialpad/resources/dialpad.css	Wed Jun 23 18:49:32 2010 +0300
+++ b/telutils/dialpad/resources/dialpad.css	Tue Jul 06 14:53:02 2010 +0300
@@ -1,65 +1,11 @@
 
 /* icon only */
-DialpadButton::icon{
-    top: -var(hb-param-margin-gene-middle-vertical);
-    bottom: var(hb-param-margin-gene-middle-vertical);
-    fixed-width: var(hb-param-graphic-size-function);
-    fixed-height: var(hb-param-graphic-size-function);
-}
-
 DialpadButton[icon][!text][!additionalText]{
     layout:icon_button;
     min-height:6.25un; /* default min-height is too small */
     min-width:6.25un;
 }
 
-/* text and additional text */
-DialpadButton[stretched][!icon][text][additionalText]{
-    layout:text_additionalText_horizontal;
-    min-height:6.25un;
-}
-
-DialpadButton[stretched][!icon][text][additionalText]::text
-{
-    left: -2.0un;
-    font-variant:primary;
-    text-height:var(hb-param-text-height-title);
-    text-line-count-max:1;
-    text-align:left center;
-}
-
-DialpadButton[stretched][!icon][text][additionalText]::additional-text
-{
-    font-variant:secondary;
-    text-height:var(hb-param-text-height-secondary);
-    text-line-count-max:1;    
-    text-align: left center;
-}
-
-/* text and icon */
-DialpadButton[stretched][icon][text][!additionalText]{
-    layout:icon_text_horizontal;
-    min-height:6.25un;
-}
-
-DialpadButton[stretched][icon][text][!additionalText]::text{
-    left: -2.0un;
-    font-variant:primary;
-    text-height:var(hb-param-text-height-title);
-    text-line-count-max:1;
-    text-align:left center;
-}
-
-DialpadButton[stretched][icon][text][!additionalText]::icon{
-    top: -var(hb-param-margin-gene-middle-vertical);
-    bottom: var(hb-param-margin-gene-middle-vertical);
-    fixed-width: var(hb-param-graphic-size-primary-small);
-    fixed-height: var(hb-param-graphic-size-primary-small);
-		left: 0;
-    right: 0;
-    size-policy: fixed fixed;    
-}
-
 DialpadInputField > HbLineEdit{
     text-align: right;
     size-policy: expanding expanding;