idlehomescreen/data/vga_tch/wideimage_10009dff/xuikon/00/wideimage.css
changeset 0 f72a12da539e
child 2 08c6ee43b396
equal deleted inserted replaced
-1:000000000000 0:f72a12da539e
       
     1 widget{
       
     2     width:auto;
       
     3     height:60px;
       
     4     }
       
     5 
       
     6 box#image_container:focus {
       
     7     touchfeedbackdown: basic; 
       
     8     touchfeedbackdrag: sensitive; 
       
     9     background-image: "SKIN(268458534 24576)";
       
    10     background-color: "SKIN(268458534 5120 9)";
       
    11 }
       
    12 
       
    13 box#image_container:hold
       
    14 {
       
    15     background-color: "SKIN(268458534 5120 9)";
       
    16 }
       
    17 
       
    18 box#image_container
       
    19 {
       
    20     padding-top   : 2px;
       
    21     padding-bottom: 2px;
       
    22     padding-left  : 10px;
       
    23     padding-right : 10px;
       
    24     direction: ltr;
       
    25     nav-index:appearance;
       
    26 }
       
    27 
       
    28 image#wide_image
       
    29 {
       
    30     display: none;
       
    31     width:auto;
       
    32     height:auto;
       
    33     /*_s60-aspect-ratio:preserve;*/
       
    34 }
       
    35 
       
    36 text#wide_text
       
    37 {
       
    38     display: block;
       
    39     width:auto;
       
    40     height:auto;
       
    41     padding-left: 5px;
       
    42     font-family: EAknLogicalFontSecondaryFont;
       
    43 	  font-size:18px;
       
    44     color:white;
       
    45 }
       
    46 
       
    47