This commit is contained in:
GitHub Merge Button 2012-04-16 06:10:13 -07:00
commit 086eef8fd0
2 changed files with 4 additions and 3 deletions

View file

@ -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{

View file

@ -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>