idlehomescreen/data/vga_tch/wideimage_10009dff/xuikon/00/wideimage.css
branchRCL_3
changeset 102 ba63c83f4716
parent 88 3321d3e205b6
--- a/idlehomescreen/data/vga_tch/wideimage_10009dff/xuikon/00/wideimage.css	Wed Sep 15 12:00:00 2010 +0300
+++ b/idlehomescreen/data/vga_tch/wideimage_10009dff/xuikon/00/wideimage.css	Wed Oct 13 14:18:30 2010 +0300
@@ -1,53 +1,45 @@
-widget#wideimage_template
+widget{
+    width:auto;
+    height:60px;
+    }
+
+box#image_container:focus {
+    background-image: "SKIN(268458534 24576)";
+    background-color: "SKIN(268458534 5120 9)";
+}
+
+box#image_container:hold
 {
-    nav-index: appearance;
-    block-progression:rl;
-    direction: ltr;
+    background-color: "SKIN(268458534 5120 9)";
 }
 
 box#image_container
 {
-    /* Will be updated by content policy */
-    display: none;
-}
-box#default_container
-{
-    /* Will be updated by content policy */
-   display: block;
-}
-
-image#w_default_image
-{
-    padding-top:9px;
-    padding-bottom:9px;
-    padding-left:9px;
-    padding-right:9px;
-    height: 105px;
-    width: 105px;
+    padding-top   : 2px;
+    padding-bottom: 2px;
+    padding-left  : 10px;
+    padding-right : 10px;
+    direction: ltr;
+    nav-index:appearance;
 }
 
-text#w_default_text
+image#wide_image
 {
-    padding-left:9px;
-    padding-right:9px;
-    height : 10u;
-    font-line-space: 15;
-    direction: ltr;
-    text-align:left;
-    text-overflow-mode: wrap;
-    font-family: EAknLogicalFontSecondaryFont;
-    font-size: 4u;
-    color: "SKIN(268458534 13056 74)";
+    display: none;
+    width:auto;
+    height:auto;
+    /*_s60-aspect-ratio:preserve;*/
 }
 
-animation#loading
+text#wide_text
 {
-	position: absolute;
-	top: 9px;
-	left: 401px;
-	right:9px;
-	width:30px;
-	height:30px;
-	/* Will be updated by dataplugin */
-	display: none;
+    display: block;
+    width:auto;
+    height:auto;
+    padding-left: 5px;
+    font-family: EAknLogicalFontSecondaryFont;
+	  font-size:18px;
+    color:white;
 }
+
+