diff -r 5dc2963cd75f -r b73e6caf0031 Symbian.org/WRTKit/Resources/UI.css --- a/Symbian.org/WRTKit/Resources/UI.css Mon Aug 10 11:26:10 2009 +0100 +++ b/Symbian.org/WRTKit/Resources/UI.css Fri Aug 21 16:39:37 2009 +0100 @@ -168,7 +168,7 @@ /* Rules for control root element (rootElement) */ .Control { - + } /* Control assembly rules (assemblyElement) */ @@ -236,6 +236,14 @@ } +/******************************************************************************/ +/* TextPane */ + +/* Rules for the text value of a TextPane control */ +.TextPane { + background: rgb(255,255,255); + font: normal 14px Arial, sans-serif; +} /******************************************************************************/ /* ContentPanel */ @@ -700,7 +708,7 @@ .SelectionListOptionSingle { padding-left: 19px; background: url("RadioButton.png") no-repeat; - height: 16px; + height: 25px; } /* SelectionList option element in single selection mode, unchecked normal state */ @@ -737,7 +745,7 @@ .SelectionListOptionMulti { padding-left: 19px; background: url("CheckBox.png") no-repeat; - height: 16px; + height: 25px; } /* SelectionList option element in multi selection mode, unchecked normal state */