diff --git a/css/app.css b/css/app.css index ccc9dac1..695d0533 100644 --- a/css/app.css +++ b/css/app.css @@ -1,19 +1,6 @@ -/*.lm_content>div { height: 100%; width: 100% }*/ -.lm_splitter.lm_horizontal .lm_drag_handle { left:-5px; width:15px } -.lm_splitter.lm_vertical .lm_drag_handle { top:-5px; height:15px } .errorWindow { background: white; font-family: Courier,monospace; font-size: 12px; white-space: pre-wrap; overflow-y: scroll; } .errorWindow>div { margin: 5px; } -#fileTree { font-family:Arial; font-size:12px } body { line-height:normal } -#fileTree { position:absolute; top:0; bottom:28px; width:100%; /*height:100%;*/ overflow: auto; } -#fileTree .jstree-node { margin-left: 14px } -#fileTree .jstree-container-ul>.jstree-node { margin-left:0 } -#fileTree .jstree-clicked { background:initial } -#fileTree .glyphicon { font-size:12px; margin-top:-1px; color:#eee; margin-right:3px } -#fileTree .jstree-icon { margin-left:3px; margin-right:5px } -#fileTree .jstree-ocl { display:none } -#fileTreeCont .footer { position:absolute; bottom:0; width:100%; padding-left:2px } -#fileTreeCont .footer .btn { width:33.3%; border-radius:0; font-size:13px; padding:3px 10px } body { color:#333 } .dropdown { position: absolute; display:none; z-index:9999 } .dropdown-menu { z-index:9999 } @@ -22,7 +9,6 @@ body { color:#333 } .dropdown .glyphicon-folder-open { margin-left:-1px; margin-right:6px } .dropdown .dropdown-menu>li>a { padding:3px 15px } .btn { padding: 5px 10px; } -.modal { color: white; } .control-label { margin-bottom:8px } .form-control { padding: 6px 12px; height:34px } .modal-footer, .modal-body { padding: 15px } @@ -35,6 +21,5 @@ body { color:#333 } #aboutWebIde { position:absolute; bottom:10px; right:10px; font-size:12px } #exportToJsonDiv, #parsedPathDiv, #selectionLengthDiv { font-size:13px; margin-top:5px } #parsedPath { word-break: break-all; } -#welcomeModalLabel { text-align:center } -#welcomeModal .licenses { font-size:12px; margin-bottom:10px } + /*.marker_match { background:rgba(80, 255, 80, 0.30); }*/ diff --git a/package.json b/package.json index cf721974..09e266bb 100644 --- a/package.json +++ b/package.json @@ -80,6 +80,9 @@ "staticPath": "samples", "staticOutPath": "samples" }, + { + "staticPath": "public" + }, { "staticPath": "LICENSE-3RD-PARTY.txt" }, diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 00000000..b5a819ba Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 00000000..08d8e6d7 Binary files /dev/null and b/public/favicon.png differ diff --git a/src/App.vue b/src/App.vue index 0f223c10..732215fd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,15 +1,42 @@