]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/tizen/base/src/picker/_Picker.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / tizen / base / src / picker / _Picker.scss
1 .x-picker {
2 .x-toolbar {
3 @include border-radius(0);
4
5 .x-pack-start .x-container:first-child .x-button {
6 border-left: 0;
7 padding-left: .6em;
8 padding-right: 1em;
9 }
10 }
11 }
12
13 .x-picker .x-picker-inner {
14 overflow: hidden;
15 margin: 0px;
16 }
17
18 .x-picker-bar {
19 height: $picker-row-height;
20 }
21
22 .x-use-titles {
23 .x-picker-bar {
24 margin-top: 1.5em;
25 }
26 }
27
28 .x-picker-slot-title {
29 height: 1.5em;
30 padding: 0.2em 1.02em;
31
32 > div {
33 font-size: 0.8em;
34 }
35 }
36
37 .x-picker-slot {
38 .x-dataview-item {
39 height: $picker-row-height;
40 line-height: $picker-row-height;
41 font-weight: bold;
42 padding: 0 10px;
43 }
44 }