Issue #158 : updated zindex of minimap zoom square

This commit is contained in:
jdescottes 2014-03-30 21:29:44 +02:00
parent 4410aa5420
commit 3765ce3d5e
3 changed files with 2 additions and 23 deletions

View File

@ -1,7 +1,7 @@
.minimap-crop-frame {
position:absolute;
border:1px solid rgba(255,255,255,0.5);
z-index:9999;
z-index:100;
box-sizing : border-box;
-moz-box-sizing : border-box;
cursor : pointer;

View File

@ -42,24 +42,6 @@ body {
bottom: 0;
}
.piskel-name-container {
overflow:hidden;
position:fixed;
top:10px;
left:10px;
color:white;
font-family:Tahoma;
z-index: 10000;
}
.piskel-name-container #piskel-name {
border :none;
color : lightgrey;
background: transparent;
font-size:16pt;
}
.column {
display: inline-block;
}

View File

@ -20,12 +20,9 @@
z-index : 20000;
transition:opacity 0.5s;
color:white;">
<span style="top:45%">Loading pixels ...</span>
<span style="top:45%">Loading Piskel ...</span>
</div>
<script type="text/javascript" src="js/lib/iframeLoader.js"></script>
<div class="piskel-name-container">
<input readonly id="piskel-name" type="text" value=""/>
</div>
<div id="main-wrapper" class="main-wrapper">
<iframe src="templates/drawing-tools.html" onload="iframeloader.onLoad(event)" data-iframe-loader="display"></iframe>