Commit 835a711f74161b6007a3f7e1b56f5f54c49bf89b
1 parent
e619a3b0
Controllet cross browser big fix
Showing
5 changed files
with
10 additions
and
32 deletions
controllets/data-sevc-controllet/data-sevc-controllet.html
@@ -28,16 +28,6 @@ | @@ -28,16 +28,6 @@ | ||
28 | <link rel="stylesheet" href="../shared_js/perfect-scrollbar/css/perfect-scrollbar.min.css"> | 28 | <link rel="stylesheet" href="../shared_js/perfect-scrollbar/css/perfect-scrollbar.min.css"> |
29 | 29 | ||
30 | <style is="custom-style"> | 30 | <style is="custom-style"> |
31 | - /* body | ||
32 | - { | ||
33 | - font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial; | ||
34 | - font-size: 1em; | ||
35 | - margin: 0; | ||
36 | - padding: 1.5em; | ||
37 | - -webkit-tap-highlight-color: rgba(0,0,0,0); | ||
38 | - -webkit-touch-callout: none; | ||
39 | - overflow: hidden; | ||
40 | - }*/ | ||
41 | 31 | ||
42 | .flexchild | 32 | .flexchild |
43 | { | 33 | { |
@@ -103,7 +93,7 @@ | @@ -103,7 +93,7 @@ | ||
103 | width: 100%; | 93 | width: 100%; |
104 | } | 94 | } |
105 | 95 | ||
106 | - :host ::content paper-menu-button | 96 | + ::content paper-menu-button |
107 | { | 97 | { |
108 | display: block; | 98 | display: block; |
109 | width: 100%; | 99 | width: 100%; |
@@ -269,10 +259,6 @@ | @@ -269,10 +259,6 @@ | ||
269 | <iron-pages selected="{{DatasourceTabSelected}}"> | 259 | <iron-pages selected="{{DatasourceTabSelected}}"> |
270 | <div> | 260 | <div> |
271 | <div class="card-content"> | 261 | <div class="card-content"> |
272 | - <paper-textarea id="data_url" label="Dataset api data url" floatingLabel value="{{dataUrl}}" on-dragover="_handleDatasourceDragOver"></paper-textarea> | ||
273 | - </div> | ||
274 | - | ||
275 | - <div class="card-content"> | ||
276 | <paper-dropdown-menu id="datasets-sources" label="Available datasets"> | 262 | <paper-dropdown-menu id="datasets-sources" label="Available datasets"> |
277 | <paper-menu class="dropdown-content"> | 263 | <paper-menu class="dropdown-content"> |
278 | <template is="dom-repeat" items="{{datasets}}" as="dataset" index-as="index"> | 264 | <template is="dom-repeat" items="{{datasets}}" as="dataset" index-as="index"> |
@@ -282,6 +268,13 @@ | @@ -282,6 +268,13 @@ | ||
282 | </paper-dropdown-menu> | 268 | </paper-dropdown-menu> |
283 | </div> | 269 | </div> |
284 | 270 | ||
271 | + <div><img src="static/images/or.png" style="position: relative;left: 50%;padding-top:20px"></div> | ||
272 | + | ||
273 | + <div class="card-content"> | ||
274 | + <paper-textarea id="data_url" label="Dataset api data url" floatingLabel value="{{dataUrl}}" on-dragover="_handleDatasourceDragOver"></paper-textarea> | ||
275 | + </div> | ||
276 | + | ||
277 | + | ||
285 | </div> | 278 | </div> |
286 | <div><img src="static/images/UnderConstruction.png" style="position: relative;top: 60%;left: 25%;"></div> | 279 | <div><img src="static/images/UnderConstruction.png" style="position: relative;top: 60%;left: 25%;"></div> |
287 | <div><img src="static/images/UnderConstruction.png" style="position: relative;top: 60%;left: 25%;"></div> | 280 | <div><img src="static/images/UnderConstruction.png" style="position: relative;top: 60%;left: 25%;"></div> |
controllets/data-sevc-controllet/static/images/or.png
0 → 100644
733 Bytes
controllets/draggable-element-controllet/draggable-element-controllet.html
@@ -5,12 +5,6 @@ | @@ -5,12 +5,6 @@ | ||
5 | <template> | 5 | <template> |
6 | 6 | ||
7 | <style is="custom-style"> | 7 | <style is="custom-style"> |
8 | - /*body { | ||
9 | - margin: 0; | ||
10 | - padding: 1.5em; | ||
11 | - -webkit-tap-highlight-color: rgba(0,0,0,0); | ||
12 | - -webkit-touch-callout: none; | ||
13 | - }*/ | ||
14 | 8 | ||
15 | .drag-content-target{ | 9 | .drag-content-target{ |
16 | height: 12.5em; | 10 | height: 12.5em; |
controllets/items-slider-controllet/items-slider-controllet.html
@@ -14,15 +14,6 @@ | @@ -14,15 +14,6 @@ | ||
14 | <template> | 14 | <template> |
15 | 15 | ||
16 | <style is="custom-style"> | 16 | <style is="custom-style"> |
17 | - /* body { | ||
18 | - margin: 0; | ||
19 | - padding: 3em; | ||
20 | - -webkit-tap-highlight-color: rgba(0,0,0,0); | ||
21 | - -webkit-touch-callout: none; | ||
22 | - line-height: 0; | ||
23 | - font-size: 1vw; | ||
24 | - }*/ | ||
25 | - | ||
26 | 17 | ||
27 | ::content .content-card{ | 18 | ::content .content-card{ |
28 | position: relative; | 19 | position: relative; |
controllets/treeview-controllet/treeview-controllet.html
@@ -13,13 +13,13 @@ | @@ -13,13 +13,13 @@ | ||
13 | list-style-type: none; | 13 | list-style-type: none; |
14 | } | 14 | } |
15 | 15 | ||
16 | - ::content li{ | 16 | + ::content li.list__item{ |
17 | position: relative; | 17 | position: relative; |
18 | float: left; | 18 | float: left; |
19 | width: 100%; | 19 | width: 100%; |
20 | } | 20 | } |
21 | 21 | ||
22 | - ::content ul{ | 22 | + ::content ul.list{ |
23 | position: relative; | 23 | position: relative; |
24 | float : left ; | 24 | float : left ; |
25 | width: 100%; | 25 | width: 100%; |