phonebookui/pbkcommonui/resources/style/cnteditviewdetailitem.css
changeset 65 ae724a111993
parent 59 a642906a277a
child 71 7cc7d74059f9
--- a/phonebookui/pbkcommonui/resources/style/cnteditviewdetailitem.css	Wed Aug 18 09:39:00 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-CntEditViewDetailItem[icon][text][valueText]{
-    layout:customLayout;
-}
-
-CntEditViewDetailItem[icon][text][!valueText]{
-    layout:customLayoutNoValueText;
-}
-
-CntEditViewDetailItem[!icon][text][valueText]{
-    layout:customLayoutNoIcon;
-}
-
-CntEditViewDetailItem::icon{
-    fixed-width:var(hb-param-graphic-size-primary-small);
-	fixed-height:var(hb-param-graphic-size-primary-small);
-}
-
-CntEditViewDetailItem::text{
-    text-height:var(hb-param-text-height-secondary);
-    font-variant:secondary;
-    text-align:left;
-}
-
-CntEditViewDetailItem[icon][text][!valueText]::text{
-    text-height:var(hb-param-text-height-primary);
-    font-variant:primary;
-    text-align:left;
-}
-
-CntEditViewDetailItem::valueText{
-    text-height:var(hb-param-text-height-primary);
-    font-variant:primary;
-    text-align:left;
-}
-
-CntEditViewDetailItem::background{
-    left:0.0un;
-    right:0.0un;
-    top:0.0un;
-    bottom:0.0un;
-}
-
-CntEditViewDetailItem::highlight{
-    left: 0.0un;
-    right: 0.0un;
-    top: 0.0un;
-    bottom: 0.0un;
-}