diff -r c743ef5928ba -r f966699dea19 idlehomescreen/data/qhd_tch/templateview_20026f50/xuikon/50/templateview.css --- a/idlehomescreen/data/qhd_tch/templateview_20026f50/xuikon/50/templateview.css Tue Feb 02 00:04:13 2010 +0200 +++ b/idlehomescreen/data/qhd_tch/templateview_20026f50/xuikon/50/templateview.css Fri Feb 19 22:42:37 2010 +0200 @@ -35,6 +35,28 @@ background-color:"SKIN(270501603 8582)"; } +image.widget_indication +{ + display: none; + position: absolute; + + right: auto; + left: 3px; + top: 5px; + + height: 26px; + width: 26px; + + path: "SKIN(270501603 9252)"; + _s60-aspect-ratio: preserve; + z-index: 2; +} + +image.widget_indication:edit +{ + display: block; +} + trigger#hs_popup_open_hold:edit { display: none; @@ -55,3 +77,13 @@ _s60-longtap: true; _s60-aspect-ratio: preserve; } + +softkey#msk_ltr +{ + display: none; +} + +softkey#msk_rtl +{ + display: block; +}