first additions for multiple engine gui
This commit is contained in:
parent
ee8d04656d
commit
80d51683d4
@ -270,19 +270,6 @@ html, body {
|
|||||||
|
|
||||||
|
|
||||||
/* styles for main-input input-mask-options */
|
/* styles for main-input input-mask-options */
|
||||||
#gui-options-toggle
|
|
||||||
{
|
|
||||||
cursor:pointer;
|
|
||||||
color:#0000ff
|
|
||||||
}
|
|
||||||
#gui-options-toggle:hover
|
|
||||||
{
|
|
||||||
color:#ff0000
|
|
||||||
}
|
|
||||||
#options-box
|
|
||||||
{
|
|
||||||
visibility:hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* styles for main-output areas */
|
/* styles for main-output areas */
|
||||||
@ -650,6 +637,7 @@ html, body {
|
|||||||
/* styled select */
|
/* styled select */
|
||||||
.styled-select-helper
|
.styled-select-helper
|
||||||
{
|
{
|
||||||
|
position:relative;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@ -659,6 +647,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
.styled-select
|
.styled-select
|
||||||
{
|
{
|
||||||
|
text-align:left;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-position: top right;
|
background-position: top right;
|
||||||
|
@ -151,7 +151,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
|||||||
<!-- mapping gui -->
|
<!-- mapping gui -->
|
||||||
<div id="mapping-wrapper" class="box-wrapper">
|
<div id="mapping-wrapper" class="box-wrapper">
|
||||||
<div id="mapping-content" class="box-content">
|
<div id="mapping-content" class="box-content">
|
||||||
<!-- header -->
|
<!-- header -->select
|
||||||
<div id="mapping-toggle" class="iconic-button cancel-marker top-right-button"></div>
|
<div id="mapping-toggle" class="iconic-button cancel-marker top-right-button"></div>
|
||||||
<div id="gui-mapping-label" class="box-label">Mapping Tools</div>
|
<div id="gui-mapping-label" class="box-label">Mapping Tools</div>
|
||||||
|
|
||||||
@ -204,11 +204,14 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
|||||||
|
|
||||||
<!-- action buttons -->
|
<!-- action buttons -->
|
||||||
<div class="full">
|
<div class="full">
|
||||||
|
<div class="row">
|
||||||
<div class="left"><a class="button" id="gui-reset">Reset</a></div>
|
<div class="left"><a class="button" id="gui-reset">Reset</a></div>
|
||||||
<div class="center full"><a class="button-inactive" id="gui-zoom">Reset</a></div>
|
<!-- <div class="center"><select id="gui-engine-toggle" class="engine-select"></select></div> -->
|
||||||
|
<div class="center"><a class="button-inactive" id="gui-zoom">Reset</a></div>
|
||||||
<div class="right"><a class="button" id="gui-reverse">Reverse</a></div>
|
<div class="right"><a class="button" id="gui-reverse">Reverse</a></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- output box -->
|
<!-- output box -->
|
||||||
|
Loading…
Reference in New Issue
Block a user