idlehomescreen/data/qhd_tch/wideimage_2001f489/xuikon/00/wideimage.css
branchRCL_3
changeset 9 f966699dea19
parent 4 4d54b72983ae
child 34 d05a55b217df
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
     1 widget#wideimage_template
     1 widget#wideimage_template
     2 {
     2 {
     3     nav-index: appearance;
     3     nav-index: appearance;
     4     block-progression:rl;
     4     block-progression:rl;
       
     5     direction: ltr;
     5 }
     6 }
     6 
     7 
     7 box#image_container
     8 box#image_container
     8 {
     9 {
     9     /* Will be updated by content policy */
    10     /* Will be updated by content policy */
    10     display: none;
    11     display: none;
    11 }
    12 }
    12 box#default_container
    13 box#default_container
    13 {
    14 {
    14     /* Will be updated by content policy */
    15     /* Will be updated by content policy */
    15    block-progression: rl;
       
    16    direction:ltr; 
       
    17    display: block;
    16    display: block;
    18 }
    17 }
    19 
    18 
    20 image#default_image
    19 image#default_image
    21 {
    20 {
    25     padding-right:9px;
    24     padding-right:9px;
    26     height: 64px;
    25     height: 64px;
    27     width: 64px;
    26     width: 64px;
    28 }
    27 }
    29 
    28 
       
    29 text#default_text
       
    30 {
       
    31     padding-left:9px;
       
    32     padding-right:9px;
       
    33     height : 10u;
       
    34     font-line-space: 15;
       
    35     direction: ltr;
       
    36     text-align:left;
       
    37     text-overflow-mode: wrap;
       
    38     font-family: EAknLogicalFontSecondaryFont;
       
    39     font-size: 4u;
       
    40     color: "SKIN(268458534 13056 74)";
       
    41 }
       
    42 
    30 animation#loading
    43 animation#loading
    31 {
    44 {
    32 	position: absolute;
    45 	position: absolute;
    33 	top:9px;
    46 	top:9px;
    34 	left:273px;
    47 	left:273px;
    36 	width:30px;
    49 	width:30px;
    37 	height:30px;
    50 	height:30px;
    38 	/* Will be updated by dataplugin */
    51 	/* Will be updated by dataplugin */
    39 	display: none;
    52 	display: none;
    40 }
    53 }
    41 
       
    42 text
       
    43 {
       
    44     padding-left:9px;
       
    45     padding-right:9px;
       
    46     height : 10u;
       
    47     font-line-space: 15;
       
    48     text-align:left;
       
    49     text-overflow-mode: wrap;
       
    50     font-family: EAknLogicalFontSecondaryFont;
       
    51     font-size: 4u;
       
    52     color: "SKIN(268458534 13056 74)";
       
    53 }