mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
compatibility fix
This commit is contained in:
parent
a9f1d27267
commit
21c0335737
1 changed files with 3 additions and 2 deletions
|
@ -73,8 +73,8 @@
|
||||||
font-size: 15px
|
font-size: 15px
|
||||||
}
|
}
|
||||||
input[type="text"] {
|
input[type="text"] {
|
||||||
width: 196px;
|
width: 243px;
|
||||||
padding: 8px 95px 8px 10px;
|
padding: 9px 47px 9px 10px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: 1px solid #bbb;
|
border: 1px solid #bbb;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
@ -90,6 +90,7 @@
|
||||||
input[type="submit"]::-moz-focus-inner {
|
input[type="submit"]::-moz-focus-inner {
|
||||||
border: 0
|
border: 0
|
||||||
}
|
}
|
||||||
|
@media screen and (-webkit-min-device-pixel-ratio:0){ input[type="submit"] {padding: 8px} }
|
||||||
</style>
|
</style>
|
||||||
<link href="static/custom/index.css" rel="stylesheet">
|
<link href="static/custom/index.css" rel="stylesheet">
|
||||||
<script src="static/custom/index.js"></script>
|
<script src="static/custom/index.js"></script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue