]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/tizen/base/src/form/_Panel.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / tizen / base / src / form / _Panel.scss
1 .x-form {
2 padding: .4em;
3 }
4
5 .x-form-fieldset .x-form-fieldset-inner {
6 border: 0px;
7 }
8
9 // Label
10 .x-form-label {
11 padding-bottom: .3em;
12 }
13
14 .x-field-input {
15 .x-clear-icon {
16 top: 0;
17 right: 0;
18 bottom: 0;
19 height: auto;
20 width: 32px;
21
22 &:before {
23 @include absolute-position;
24 border-width: 1px;
25 border-style: solid;
26 font-size: 1.5em;
27 font-weight: 100;
28 text-align: center;
29 content: '\00D7';
30 line-height: .7em;
31 width: 18px;
32 height: 18px;
33 margin-top: 6px;
34 margin-left: 6px;
35 @include border-radius(.15em);
36 }
37 }
38 }
39
40 .x-field-focused {
41 .x-field-input {
42 .x-clear-icon {
43 &:before {
44 margin-top: 5px;
45 }
46 }
47 }
48 }