annotate resources/css/lada.css @ 990:c2a726887dd7

The last status can not be edited anymore. When a new status is added, the new record is preset with ALL previous variables, this includes the StatusStufe! The Date is corrected to the current date. Also the store is sorted by Datum now.
author Dustin Demuth <dustin@intevation.de>
date Wed, 16 Dec 2015 09:49:09 +0100
parents 0d9fce86e6fd
children af9879d72310
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 {
907
0d9fce86e6fd CSS was still broken
Dustin Demuth <dustin@intevation.de>
parents: 905
diff changeset
29 background-image: url(../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 {
907
0d9fce86e6fd CSS was still broken
Dustin Demuth <dustin@intevation.de>
parents: 905
diff changeset
34 background-image: url(../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