From 907f4ad587734bb274b5bf558c374fb8d9e2f67a Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Mon, 5 Sep 2016 10:08:57 +0100 Subject: [PATCH] Minimap, func/class & docExplorer items added --- lib/ice-coder.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/ice-coder.css b/lib/ice-coder.css index 9b2527e..fd89d91 100644 --- a/lib/ice-coder.css +++ b/lib/ice-coder.css @@ -133,6 +133,8 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .goLine .goToLine:focus {outline: none; box-shadow: 0 0 10px 1px rgba(0,198,255,1)} .findBar .view {position: fixed; display: inline-block; width: 16px; height: 16px; right: 225px; top: 49px; background: url('../images/file-manager-icons.png') 0 0 no-repeat; cursor: pointer; background-position: -48px 0; opacity: 0.3} .findBar .bug {position: fixed; display: inline-block; width: 16px; height: 16px; right: 199px; top: 48px; background: url('../images/bug-reporting-icons.png') 0 0 no-repeat; cursor: pointer; background-position: 0 0} +.findBar .minimapLink {position: fixed; display: inline-block; width: 100px; right: 80px; top: 49px; height: 21px; font-size: 10px; color: #eee; cursor: pointer; z-index: 1} +.findBar .functionClassList {position: fixed; display: inline-block; width: 100px; right: 30px; top: 49px; height: 21px; font-size: 10px; color: #eee; cursor: pointer; z-index: 1} .editor .code {position: relative; display: inline-block; top: 28px; width: 600px; height: 600px; visibility: hidden} .footer {position: fixed; display: inline-block; width: 100%; height: 30px; bottom: 0; background-color: rgba(0,0,0,0.15); left: 0; z-index: 1} @@ -151,6 +153,12 @@ h2 {font-size: 18px; font-weight: normal; color: #fff} .fileMenu a:hover {background-color: #666} .fileMenu hr {border: 0; height: 1px; padding: 0; margin: 0; background: #444} +.docExplorer {position: absolute; top: 70px; right: -200px; width: 180px; color: #888} +.docExplorer .miniMap {position: absolute; display: block} +.docExplorer .miniMap .miniMapContainer {position: absolute; display: block; width: 200px} +.docExplorer .miniMap .miniMapContent {position: absolute; display: block; width: 200px} +.docExplorer .functionClassList {position: absolute; display: none} + .screenContainer {position: absolute; display: table; width: 100%; height: 100%; top: 0; left: 0; text-align: center} .screenContainer .screenVCenter {#position: absolute; display: table-cell; #top: 50%; vertical-align: middle; text-align: center} .screenVCenter .screenCenter {#position: relative; #top: -50%; text-align: center; display: inline}