fix buttons on chrome vs firefox height
parent
62c927d5ec
commit
e3b97814ea
|
|
@ -75,6 +75,9 @@
|
||||||
.tb_fullscreen {
|
.tb_fullscreen {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
.button, button, input[type="button"] {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
function http(method, remote, callback, body, headers) {
|
function http(method, remote, callback, body, headers) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue