Symbian.org/WRTKit/Resources/UI.css
changeset 18 b73e6caf0031
parent 3 9cbe91927e89
equal deleted inserted replaced
17:5dc2963cd75f 18:b73e6caf0031
   166 /******************************************************************************/
   166 /******************************************************************************/
   167 /* Control style rules */
   167 /* Control style rules */
   168 
   168 
   169 /* Rules for control root element (rootElement) */
   169 /* Rules for control root element (rootElement) */
   170 .Control {
   170 .Control {
   171     
   171 
   172 }
   172 }
   173 
   173 
   174 /* Control assembly rules (assemblyElement) */
   174 /* Control assembly rules (assemblyElement) */
   175 .ControlAssembly {
   175 .ControlAssembly {
   176     background: url("ControlAssemblyBackground.png") repeat-x;
   176     background: url("ControlAssemblyBackground.png") repeat-x;
   234 /* Rules for the text value of a Label control */
   234 /* Rules for the text value of a Label control */
   235 .LabelText {
   235 .LabelText {
   236     
   236     
   237 }
   237 }
   238 
   238 
       
   239 /******************************************************************************/
       
   240 /* TextPane */
       
   241 
       
   242 /* Rules for the text value of a TextPane control */
       
   243 .TextPane {
       
   244     background: rgb(255,255,255);
       
   245     font: normal 14px Arial, sans-serif;
       
   246 }
   239 
   247 
   240 /******************************************************************************/
   248 /******************************************************************************/
   241 /* ContentPanel */
   249 /* ContentPanel */
   242 
   250 
   243 /* Caption area rules for non-foldable content panels */
   251 /* Caption area rules for non-foldable content panels */
   698 
   706 
   699 /* SelectionList option element in single selection mode */
   707 /* SelectionList option element in single selection mode */
   700 .SelectionListOptionSingle {
   708 .SelectionListOptionSingle {
   701     padding-left: 19px;
   709     padding-left: 19px;
   702     background: url("RadioButton.png") no-repeat;
   710     background: url("RadioButton.png") no-repeat;
   703     height: 16px;
   711     height: 25px;
   704 }
   712 }
   705 
   713 
   706 /* SelectionList option element in single selection mode, unchecked normal state */
   714 /* SelectionList option element in single selection mode, unchecked normal state */
   707 .SelectionListOptionSingleUncheckedNormal {
   715 .SelectionListOptionSingleUncheckedNormal {
   708     background-position: 0px 0px;
   716     background-position: 0px 0px;
   735 
   743 
   736 /* SelectionList option element in multi selection mode */
   744 /* SelectionList option element in multi selection mode */
   737 .SelectionListOptionMulti {
   745 .SelectionListOptionMulti {
   738     padding-left: 19px;
   746     padding-left: 19px;
   739     background: url("CheckBox.png") no-repeat;
   747     background: url("CheckBox.png") no-repeat;
   740     height: 16px;
   748     height: 25px;
   741 }
   749 }
   742 
   750 
   743 /* SelectionList option element in multi selection mode, unchecked normal state */
   751 /* SelectionList option element in multi selection mode, unchecked normal state */
   744 .SelectionListOptionMultiUncheckedNormal {
   752 .SelectionListOptionMultiUncheckedNormal {
   745     background-position: 0px 0px;
   753     background-position: 0px 0px;