|
18 | 18 | href="${clientDomain}/Oskari${path}/oskari.min.css"/>
|
19 | 19 | <style type="text/css">
|
20 | 20 | @media screen {
|
21 |
| - body { |
22 |
| - margin: 0; |
23 |
| - padding: 0; |
| 21 | + .oskari-tile { |
| 22 | + background: #9e9e9e !important; |
| 23 | + border-bottom: 1px solid #c8c9ca !important; |
24 | 24 | }
|
25 |
| -
|
26 |
| - #maptools { |
27 |
| - background-color: #FFFFFF; |
28 |
| - width: 170px; |
| 25 | + .oskari-tile-closed { |
| 26 | + background-color: white !important; |
| 27 | + border-top-width: 0px !important; |
29 | 28 | }
|
30 | 29 |
|
31 |
| - .oskari-tile { |
32 |
| - background: #9e9e9e !important; |
33 |
| - } |
34 |
| - .oskari-tile-closed { |
35 |
| - background-color: white !important; |
36 |
| - border-top-width: 0px !important; |
37 |
| - border-bottom: 1px solid #c8c9ca !important; |
38 |
| - } |
39 |
| -
|
40 |
| - .oskari-tile-attached { |
41 |
| - background-color: #2d2d2d !important; |
42 |
| - border-bottom: 1px solid white !important; |
43 |
| - border-top: 1px solid #c8c9ca !important; |
44 |
| - } |
45 |
| -
|
46 |
| - .oskari-tile-attached .oskari-tile-title { |
47 |
| - color: white !important; |
48 |
| - } |
49 |
| -
|
50 |
| - .oskari-tile-closed .oskari-tile-title { |
51 |
| - color: black !important; |
52 |
| - } |
53 |
| -
|
54 |
| - .oskari-flyout-title { |
55 |
| - color: white !important; |
56 |
| - } |
| 30 | + .oskari-tile-attached { |
| 31 | + background-color: #2d2d2d !important; |
| 32 | + border-bottom: 1px solid white !important; |
| 33 | + border-top: 1px solid #c8c9ca !important; |
| 34 | + } |
57 | 35 |
|
58 |
| - .oskari-flyouttoolbar { |
59 |
| - background-color: #c8c9ca !important; |
60 |
| - background-position: -170px -23px !important; |
61 |
| - background-repeat: no-repeat; |
62 |
| - } |
| 36 | + .oskari-tile-attached .oskari-tile-title { |
| 37 | + color: white !important; |
| 38 | + } |
63 | 39 |
|
64 |
| - .oskari-flyoutheading { |
65 |
| - background-color: #9e9e9e !important; |
66 |
| - border-top: 0px !important; |
67 |
| - border-bottom: 0px !important; |
68 |
| - } |
69 |
| -
|
70 |
| - #toolbar { |
71 |
| - margin: 30px 5px 30px 5px !important; |
72 |
| - width: auto !important; |
73 |
| - border: 1px black solid; |
74 |
| - border-radius: 5px; |
75 |
| - box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75); |
76 |
| - } |
| 40 | + .oskari-tile-closed .oskari-tile-title { |
| 41 | + color: black !important; |
| 42 | + } |
77 | 43 |
|
78 |
| - #toolbar div.toolrow { |
79 |
| - border: 0px; |
80 |
| - } |
| 44 | + #toolbar { |
| 45 | + margin: 30px 5px 30px 5px !important; |
| 46 | + width: auto !important; |
| 47 | + border: 1px black solid; |
| 48 | + border-radius: 5px; |
| 49 | + box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75); |
| 50 | + } |
81 | 51 |
|
82 |
| - .divmanazerpopup h3.popupHeader { |
83 |
| - background-color: #9e9e9e !important; |
84 |
| - color: white; |
85 |
| - } |
| 52 | + #toolbar div.toolrow { |
| 53 | + border: 0px; |
| 54 | + } |
86 | 55 |
|
87 |
| - #logobar { |
88 |
| - background-image: url('${clientDomain}/Oskari${path}/oskari_rgb_72.png') !important; |
89 |
| - } |
| 56 | + #logobar { |
| 57 | + background-image: url('${clientDomain}/Oskari${path}/oskari_rgb_72.png') !important; |
| 58 | + } |
90 | 59 |
|
91 |
| - .oskari-tile.statsgrid .statsgrid-functionality .text { |
92 |
| - color: white; |
93 |
| - } |
| 60 | + .oskari-tile.statsgrid .statsgrid-functionality .text { |
| 61 | + color: white; |
| 62 | + } |
94 | 63 | #login {
|
95 | 64 | margin-left: 5px;
|
96 | 65 | }
|
@@ -231,7 +200,7 @@ function changeAppsetup(parUuid) {
|
231 | 200 | Oskari.on("app.start", function () {
|
232 | 201 | var container = jQuery('#demolink');
|
233 | 202 | container.empty();
|
234 |
| - container.append('<select>') |
| 203 | + container.append('<select title="Select application">') |
235 | 204 | var select = container.find("select");
|
236 | 205 |
|
237 | 206 | select.on("change", function() {
|
|
0 commit comments