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

« back to all changes in this revision

Viewing changes to django_pos/static/css/inplaceedit_structure.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
button.apply,
 
2
button.applyFile {
 
3
  background: transparent none no-repeat scroll 0pt 50%;
 
4
  border: medium none;
 
5
  cursor: pointer;
 
6
  height: 22px;
 
7
  margin: 0em 0.2em 0em 1em;
 
8
  width: 22px;
 
9
  background-image:url("../img/apply.gif");
 
10
}
 
11
 
 
12
button.apply:hover,
 
13
button.applyFile:hover {
 
14
    background: url("../img/apply.gif") no-repeat scroll 0 -50% transparent;
 
15
}
 
16
 
 
17
button.cancel {
 
18
  background: transparent none no-repeat scroll 0pt 50%;
 
19
  border: medium none;
 
20
  cursor: pointer;
 
21
  height: 22px;
 
22
  margin: 0pt 0.2em;
 
23
  width: 22px;
 
24
  background-image: url("../img/cancel.gif");
 
25
 
 
26
}
 
27
 
 
28
button.cancel:hover {
 
29
    background: url("../img/cancel.gif") no-repeat scroll 0 -50% transparent;
 
30
}
 
31
 
 
32
button.cancel span,
 
33
button.apply span,
 
34
button.applyFile span {
 
35
  visibility: hidden;
 
36
}
 
37
 
 
38
.errors  {
 
39
    list-style: none;
 
40
    list-style-image: none !important;
 
41
    padding: 0;
 
42
    margin: 0;
 
43
    margin-bottom: 5px;
 
44
}
 
45
 
 
46
.errors li {
 
47
    border: 1px solid #f57901;
 
48
    margin: 0;
 
49
    padding: 5px 5px 5px 5px;
 
50
    background-color: #fbe8d5;
 
51
    vertical-align: middle;
 
52
}
 
53
 
 
54
.errors img {
 
55
    text-decoration: none;
 
56
    border: none;
 
57
    vertical-align: bottom;
 
58
}
 
59
 
 
60
.success  {
 
61
    list-style: none;
 
62
    list-style-image: none !important;
 
63
    padding: 0;
 
64
    margin: 0;
 
65
    margin-bottom: 5px;
 
66
}
 
67
 
 
68
.success li {
 
69
    border: 1px solid #118811;
 
70
    margin: 0;
 
71
    padding: 5px 5px 5px 5px;
 
72
    background-color: #BAFFB2;
 
73
    color: #118811;
 
74
    vertical-align: middle;
 
75
}
 
76
 
 
77
.success img {
 
78
    text-decoration: none;
 
79
    border: none;
 
80
    vertical-align: bottom;
 
81
}
 
82
 
 
83
.missing-translation {
 
84
    display: block;
 
85
    color: red;
 
86
    text-align: center;
 
87
}
 
88
 
 
89
span.textareainplaceedit {
 
90
    display: block; 
 
91
}
 
92
form.inplaceeditform input[type=file] {
 
93
    margin-right: 100px;
 
94
}
 
95
 
 
96
form.inplaceeditform {
 
97
    display: inline;
 
98
}
 
 
b'\\ No newline at end of file'