~lifeeth/sahana-eden/mobile

« back to all changes in this revision

Viewing changes to j2meapp/org.javarosa.sahana/resources/polish.css

  • Committer: Praneeth Bodduluri
  • Date: 2009-08-16 11:06:26 UTC
  • Revision ID: lifeeth@gmail.com-20090816110626-bgcc7ihnq4x7e3ae
Ability to modify SMS/HTTP addresses from J2ME UI + Selection of transport medium

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
        focusedBackground: yellow;
27
27
        borderColor: fontColor;
28
28
        focusedBorderColor: focusedFontColor;
29
 
        menubarColor: #DDDD88;
 
29
        menubarColor: #F3F6FF;
30
30
        oldQuestionColor: #E2E2E2;      
31
31
        overlay: argb( 150, 255, 255, 255 );
32
32
        buttonBgColor: #ffeecc;
35
35
title {
36
36
        padding: 2;
37
37
        font-face: proportional;
38
 
        font-size: large;
 
38
        font-size: medium;
39
39
        font-style: bold;
40
40
        font-color: focusedFontColor;
41
41
        background-color: bgColor;
134
134
.choiceItem {
135
135
        margin: 0;
136
136
        icon-image-align: bottom;
137
 
        font-size: medium;
 
137
        font-size: small;
138
138
}
139
139
 
140
140
.yesNoItem {
151
151
        
152
152
.questiontext extends textBox{
153
153
        font-face: proportional;
154
 
        font-size: medium;      
 
154
        font-size: small;       
155
155
        layout: vertical-center | horizontal-center | expand; 
156
156
        padding: 2;     
157
157
}
163
163
        
164
164
.valueText extends textBox{
165
165
        font-face: proportional;
166
 
        font-size: medium;
 
166
        font-size: small;
167
167
        font-style: bold;       
168
168
        layout: vertical-center | horizontal-center | expand; 
169
169
        background-color: oldQuestionColor;
187
187
        background-color: menubarColor;
188
188
        font-style: bold; 
189
189
        font-face: proportional; 
190
 
        font-size: medium; 
191
 
        font-color: red;
192
 
        menubar-color: black;
 
190
        font-size: small; 
 
191
        font-color: black;
 
192
        menubar-color: #597C9F;
193
193
        margin: 0;
194
194
}
195
195
 
263
263
.splitleft {
264
264
        layout: left | expand;
265
265
        font-face: proportional;
266
 
        font-size: medium;
 
266
        font-size: small;
267
267
        /* font-style: bold; */
268
268
        focused-style: .empty_focus;    
269
269
}
271
271
.empty_focus {
272
272
        layout: left | expand;
273
273
        font-face: proportional;
274
 
        font-size: medium;
 
274
        font-size: small;
275
275
        /* font-style: bold; */
276
276
        border: none;
277
277
}
279
279
.splitright {
280
280
        layout: right | expand;
281
281
        font-face: proportional;
282
 
        font-size: medium;
 
282
        font-size: small;
283
283
        /* font-style: bold; */
284
284
}
285
285
 
454
454
    border-color: black;
455
455
    border-width: 1;
456
456
 
457
 
    font-size: large;
 
457
    font-size: medium;
458
458
    font-style: bold;
459
459
    layout: vertical-center | horizontal-shrink | vertical-shrink;
460
460
    repaint-previous-screen: true;