mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-04 14:19:13 -04:00
Edited static/index.html via GitHub
This commit is contained in:
parent
183185f702
commit
3ffd2025a5
1 changed files with 2 additions and 2 deletions
|
@ -84,12 +84,12 @@
|
||||||
input[type="submit"] {
|
input[type="submit"] {
|
||||||
width: 45px;
|
width: 45px;
|
||||||
margin-left: -50px;
|
margin-left: -50px;
|
||||||
padding: 7px
|
padding: 8px
|
||||||
}
|
}
|
||||||
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} }
|
@-moz-document url-prefix() { input[type="submit"] {padding: 7px} }
|
||||||
</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