1
0
Fork 0

gv - fixed firefox ui issues

This commit is contained in:
hkernbach 2016-07-28 18:25:17 +02:00
parent 7d57aed99f
commit 2b5e336685
2 changed files with 35 additions and 4 deletions

View File

@ -113,11 +113,11 @@
<% }); %>
</div>
<div class="pure-u-1-1">
<button id="saveGraphSettings" style="margin-top: 20px; margin-right: 10px;" class="button-success pull-right">Save</button>
<button id="restoreGraphSettings" style="margin-top: 20px;" class="button-success pull-right">Restore defaults</button>
</div>
</div>
<button id="saveGraphSettings" style="margin-top: 20px; margin-right: 10px;" class="button-success pull-right">Save</button>
<button id="restoreGraphSettings" style="margin-top: 20px;" class="button-success pull-right">Restore defaults</button>
</div>
</script>

View File

@ -171,6 +171,37 @@
position: relative;
}
@-moz-document url-prefix() {
.pure-table-body {
overflow: hidden;
}
.pure-u-2-3 {
input {
width: 184px;
}
input[type="color"] {
height: 32px;
width: 200px;
}
input[type="range"] {
height: 26px;
margin-top: 0;
width: 196px;
}
input[type=range]::-moz-range-track {
width: 184px;
}
select {
width: 200px;
}
}
}
}
.pure-table {