annotate resources/css/lada.css @ 905:f82fef034235

should fix the css
author Dustin Demuth <dustin@intevation.de>
date Thu, 06 Aug 2015 13:24:30 +0200
parents 8e5ee263d7c7
children 0d9fce86e6fd
rev   line source
553
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
1 .x-lada-warning-field {
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
2 background-color: white;
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
3 background-image: url(../img/warning_line.png);
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
4 background-repeat: repeat-x;
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
5 background-position: bottom;
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
6 border-color: #FFE25D;
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
7 }
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
8
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
9 .x-lada-error-field {
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
10 background-color: white;
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
11 background-image: url(../img/error_line.gif);
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
12 background-repeat: repeat-x;
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
13 background-position: bottom;
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
14 border-color: #FF0000;
d73942e6e1c6 Added lada.css.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
diff changeset
15 }
709
6f6d2df00130 Added some CSS to make distinction between active and inactice windows more simple for the user
Dustin Demuth <dustin@intevation.de>
parents: 553
diff changeset
16
6f6d2df00130 Added some CSS to make distinction between active and inactice windows more simple for the user
Dustin Demuth <dustin@intevation.de>
parents: 553
diff changeset
17 .window-inactive .x-window-header-text {color: #a9a9a9;}
872
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
18
878
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
19
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
20 .x-action-col-cell img
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
21 {
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
22 cursor: pointer;
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
23 background-repeat: no-repeat;
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
24 background-position: center;
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
25 }
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
26
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
27 .x-action-col-cell img.noedit
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
28 {
905
f82fef034235 should fix the css
Dustin Demuth <dustin@intevation.de>
parents: 902
diff changeset
29 background-image: url(../resources/img/view-time-schedule-baselined.png);
878
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
30 }
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
31
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
32 .x-action-col-cell img.edit
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
33 {
905
f82fef034235 should fix the css
Dustin Demuth <dustin@intevation.de>
parents: 902
diff changeset
34 background-image: url(../resources/img/view-time-schedule-edit.png);
878
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
35 }
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
36
545b8913601d Applied patch from Workshop: The RW-Icon in the Probenliste is now clickable. This somehow affected the List of Proben which is now more dense.
Dustin Demuth <dustin@intevation.de>
parents: 872
diff changeset
37
872
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
38 /* do not display clear-button (x) in IE10+ Input fields */
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
39 ::-ms-clear {
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
40 display: none;
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
41 }
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
42
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
43 /* do not display reveal-button in IE10+ PW-Input fields */
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
44 ::-ms-reveal {
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
45 display: none;
91334325149f no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents: 709
diff changeset
46 }

http://lada.wald.intevation.org