Mercurial > lada > lada-client
annotate resources/css/lada.css @ 1036:5ed859241fc9
Use owner to set the RO status for the messung edit window.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 18 Feb 2016 11:48:41 +0100 |
parents | af9879d72310 |
children | 15d7b7a9e177 |
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 |
1015
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
17 .x-lada-multiline-grid .x-grid-cell-inner{ |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
18 white-space: normal !important; |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
19 } |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
20 |
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
|
21 .window-inactive .x-window-header-text {color: #a9a9a9;} |
872
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
22 |
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
|
23 |
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 .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
|
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 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
|
27 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
|
28 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
|
29 } |
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 .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
|
32 { |
907 | 33 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
|
34 } |
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 .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
|
37 { |
907 | 38 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
|
39 } |
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
|
40 |
1015
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
41 .x-grid-checkheader { |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
42 height: 16px; |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
43 background-image: url('images/unchecked.gif'); |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
44 background-position: 50%; |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
45 background-repeat: no-repeat; |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
46 background-color: transparent; |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
47 } |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
48 |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
49 .x-grid-favcolumn-checked { |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
50 background-image: url(../img/favorites.png); |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
51 } |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
52 |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
53 .x-grid-favcolumn-unchecked { |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
54 background-image: url(../img/favorites_off.png); |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
55 } |
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
|
56 |
872
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
57 /* 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
|
58 ::-ms-clear { |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
59 display: none; |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
60 } |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
61 |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
62 /* 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
|
63 ::-ms-reveal { |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
64 display: none; |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
65 } |