idlehomescreen/data/vga_tch/double_row_widget_2001fdc2/xuikon/00/double_row_widget.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 box#double_row_widget{ 
       
     6     direction: ltr;
       
     7     block-progression: tb;
       
     8  		nav-index: appearance;
       
     9 }    
       
    10 
       
    11 box#double_row_widget:focus{
       
    12 	  touchfeedbackdown: basic;
       
    13 	  touchfeedbackdrag: sensitive; 
       
    14     background-image: "SKIN(268458534 24576)";
       
    15     background-color: "SKIN(268458534 5120 9)";
       
    16 }
       
    17 box.double_text_box{
       
    18     padding-top: 2px;
       
    19     padding-bottom: 2px;
       
    20     padding-left: 10px;
       
    21     padding-right: 10px;
       
    22     direction: ltr;
       
    23 }
       
    24 
       
    25 text{
       
    26     width: auto;
       
    27     height: auto;
       
    28     display: block;
       
    29     visibility: visible;
       
    30     position: static;
       
    31     direction: ltr;
       
    32     block-progression: tb;
       
    33     text-align: left;
       
    34 	  font-family: EAknLogicalFontPrimaryFont;
       
    35 	  font-size:18px;
       
    36     color:white;
       
    37 }