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