Mercurial > lada > lada-client
annotate resources/css/lada.css @ 1293:16a80ca16732
map feature visibility, selection and grid layout
messpunkt layer is now visible per default when in editing mode
on selection in map, the form is updated
ortszuordnung buttons should not render over grid anymore
author | Maximilian Krambach <mkrambach@intevation.de> |
---|---|
date | Wed, 01 Feb 2017 19:38:06 +0100 |
parents | a73726bba79c |
children | 954c77216b2d |
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 |
1080
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
36 .x-action-col-cell img.noeditstatus |
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
37 { |
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
38 background-image: url(../img/view-time-schedule-baselined-status.png); |
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
39 } |
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
40 |
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
|
41 .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
|
42 { |
907 | 43 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
|
44 } |
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
|
45 |
1080
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
46 .x-action-col-cell img.editstatus |
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
47 { |
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
48 background-image: url(../img/view-time-schedule-edit-status.png); |
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
49 } |
15d7b7a9e177
Override getValue for Netzbetreiber Combobox to allways return the correct
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1015
diff
changeset
|
50 |
1015
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
51 .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
|
52 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
|
53 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
|
54 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
|
55 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
|
56 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
|
57 } |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
58 |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
59 .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
|
60 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
|
61 } |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
62 |
af9879d72310
Updated UI, added window for filter management and added fieldset for query
Raimund Renkert <raimund.renkert@intevation.de>
parents:
907
diff
changeset
|
63 .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
|
64 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
|
65 } |
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
|
66 |
872
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
67 /* 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
|
68 ::-ms-clear { |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
69 display: none; |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
70 } |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
71 |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
72 /* 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
|
73 ::-ms-reveal { |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
74 display: none; |
91334325149f
no clear button on IE10+
Dustin Demuth <dustin@intevation.de>
parents:
709
diff
changeset
|
75 } |
1111
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
76 |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
77 .row-expander-grid .x-grid-row-selected .x-grid-td { |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
78 background-color : #c6c6c6; |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
79 } |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
80 |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
81 .row-expander-grid .x-grid-row-over .x-grid-td { |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
82 background-color : #e0e0e0; |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
83 } |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
84 |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
85 .row-expander-grid .x-grid-with-row-lines .x-grid-td { |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
86 border-bottom: 1px solid #e0e0e0; |
a73726bba79c
Use custom row expander in probe list grid to display messung grid.
Raimund Renkert <raimund.renkert@intevation.de>
parents:
1080
diff
changeset
|
87 } |