mirror of https://gitee.com/bigwinds/arangodb
gv - fixed firefox ui issues
This commit is contained in:
parent
7d57aed99f
commit
2b5e336685
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue