~pexego/openobject-addons/6.1-pexego-sale_commission

« back to all changes in this revision

Viewing changes to django_pos/static/css/jquery.keypad.css

  • Committer: Santi Argueso (Pexego)
  • Date: 2013-02-06 17:03:36 UTC
  • mfrom: (10.1.6 pexego-addons_6.1)
  • Revision ID: santiago@pexego.es-20130206170336-ml430s6p9jknun0j
[MERGE]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Main style sheet for jQuery Keypad v1.4.2. */
 
2
button.keypad-trigger {
 
3
        width: 25px;
 
4
        padding: 0px;
 
5
}
 
6
img.keypad-trigger {
 
7
        margin: 2px;
 
8
        vertical-align: middle;
 
9
}
 
10
.keypad-popup, .keypad-inline, .keypad-key, .keypad-special {
 
11
        font-family: Arial,Helvetica,sans-serif;
 
12
        font-size: 14px;
 
13
}
 
14
.keypad-popup {
 
15
        display: none;
 
16
        z-index: 10;
 
17
        margin: 0;
 
18
        padding: 0;
 
19
        background-color: #fff;
 
20
        color: #000;
 
21
        border: 1px solid #888;
 
22
        border-radius: 0.25em;
 
23
        -moz-border-radius: 0.25em;
 
24
        -webkit-border-radius: 0.25em;
 
25
    width: 400px;
 
26
}
 
27
.keypad-keyentry {
 
28
        display: none;
 
29
}
 
30
.keypad-inline {
 
31
        background-color: #fff;
 
32
        border: 1px solid #888;
 
33
        border-radius: 0.25em;
 
34
        -moz-border-radius: 0.25em;
 
35
        -webkit-border-radius: 0.25em;
 
36
}
 
37
.keypad-disabled {
 
38
        position: absolute;
 
39
        z-index: 100;
 
40
        background-color: white;
 
41
        opacity: 0.5;
 
42
        filter: alpha(opacity=50);
 
43
}
 
44
.keypad-rtl {
 
45
        direction: rtl;
 
46
}
 
47
.keypad-prompt {
 
48
        clear: both;
 
49
        text-align: center;
 
50
}
 
51
.keypad-prompt.ui-widget-header {
 
52
        margin: 0.125em;
 
53
}
 
54
.keypad-row {
 
55
        clear: both;
 
56
        float: left;
 
57
        width: 100%;
 
58
}
 
59
.keypad-space {
 
60
        float: left;
 
61
        margin: 0.125em;
 
62
        width: 2em;
 
63
}
 
64
* html .keypad-space { /* IE6 */
 
65
        margin: 0em;
 
66
        width: 2.25em;
 
67
}
 
68
.keypad-half-space {
 
69
        float: left;
 
70
        margin: 0.125em 0.0625em;
 
71
        width: 1em;
 
72
}
 
73
* html .keypad-half-space { /* IE6 */
 
74
        margin: 0em;
 
75
        width: 1.125em;
 
76
}
 
77
.keypad-key, .keypad-special {
 
78
        float: left;
 
79
        margin: 0.125em;
 
80
        padding: 0em;
 
81
        width: 4em;
 
82
    height: 4em;
 
83
        background-color: #f4f4f4;
 
84
        border-radius: 0.25em;
 
85
        -moz-border-radius: 0.25em;
 
86
        -webkit-border-radius: 0.25em;
 
87
        text-align: center;
 
88
        cursor: pointer;
 
89
}
 
90
.keypad-key[disabled] {
 
91
        border: 0.125em outset;
 
92
}
 
93
.keypad-key-down {
 
94
}
 
95
.keypad-special {
 
96
        width: 4.25em;
 
97
}
 
98
.keypad-spacebar {
 
99
        width: 13.25em;
 
100
}
 
101
.keypad-tab {
 
102
        width: 2em;
 
103
}
 
104
.keypad-clear, .keypad-back, .keypad-close, .keypad-shift {
 
105
        color: #fff;
 
106
        font-weight: bold;
 
107
}
 
108
.keypad-clear {
 
109
        background-color: #a00;
 
110
}
 
111
.keypad-back {
 
112
        background-color: #00a;
 
113
}
 
114
.keypad-close {
 
115
        background-color: #0a0;
 
116
}
 
117
.keypad-shift {
 
118
        background-color: #0aa;
 
119
}
 
120
.keypad-cover {
 
121
        display: none;
 
122
        display/**/: block;
 
123
        position: absolute;
 
124
        z-index: -1;
 
125
        filter: mask();
 
126
        top: -4px;
 
127
        left: -4px;
 
128
        width: 125px;
 
129
        height: 200px;
 
130
}