Minimap, func/class & docExplorer items added

This commit is contained in:
Matt Pass
2016-09-05 10:08:57 +01:00
parent fde97e3b76
commit 907f4ad587

View File

@@ -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}