locationpickerservice/resources/locationgrid.css
changeset 30 96df3ab41000
parent 26 f3533f6eae3f
child 31 8db05346071b
--- a/locationpickerservice/resources/locationgrid.css	Fri Jun 11 13:33:47 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-HbGridViewItem#locationgrid
-{
-    layout:layout-1;
-}
-HbGridViewItem#locationgrid::icon{
-	fixed-width: 24.375un;
-	fixed-height: 32.5un;
-}
-
-HbGridViewItem#locationgrid::text{
-    text-height: var(hb-param-text-height-tiny);
-    font-variant: primary;
-    text-align: center center;
-    color: qtc_grid;
-	text-line-count-min: 1;
-	text-line-count-max: 2;
-}
-
-HbGridViewItem#locationgrid::selection-icon{
-    fixed-width: 3.0un;
-    fixed-height: 3.0un;
-}
-
-HbGridViewItem#locationgrid::multiselection-toucharea{
-    fixed-width: 9.0un;
-    fixed-height: 9.0un;
-}
-
-HbGridViewItem#locationgrid::frame{
-	border-width: var(hb-param-background-grid-main);
-}