mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Merge fcb4b3a7ba
into 7cf4510bf5
This commit is contained in:
commit
086eef8fd0
2 changed files with 4 additions and 3 deletions
|
@ -47,7 +47,7 @@ button, input {
|
|||
font-size: 15px;
|
||||
}
|
||||
input[type="button"] {
|
||||
height: 30px;
|
||||
padding: 4px 6px;
|
||||
margin: 0;
|
||||
display: block;
|
||||
}
|
||||
|
@ -58,13 +58,13 @@ input[value="Uninstall"], input[value="Install"] {
|
|||
input[type="text"] {
|
||||
border-radius: 3px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
padding: 10px;
|
||||
*padding: 0; /* IE7 hack */
|
||||
width: 100%;
|
||||
outline: none;
|
||||
border: 1px solid #ddd;
|
||||
margin: 0 0 5px 1px;
|
||||
margin: 0 0 5px 0;
|
||||
max-width: 500px;
|
||||
}
|
||||
button{
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Plugin manager</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
||||
<link href="../../static/css/admin.css" rel="stylesheet" type="text/css" />
|
||||
<script src="../../static/js/jquery.js"></script>
|
||||
<script src="../../socket.io/socket.io.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue