Add padding to buttons in entity list

This commit is contained in:
Ryan Huffman 2015-02-10 09:02:53 -08:00
parent 9aa9dac7f3
commit 7ac3bd3ee8
2 changed files with 5 additions and 1 deletions

View file

@ -168,7 +168,7 @@
</script>
</head>
<body onload='loaded();'>
<div>
<div id="entity-list-header">
<input type="button" id="refresh" value="Refresh"></button>
<input type="button" id="teleport" value="Teleport"></button>
<input type="button" id="delete" style="background-color: rgb(244, 64, 64); float: right" value="Delete"></button>

View file

@ -86,6 +86,10 @@ input[type=button] {
font-weight: bold;
}
#entity-list-header {
padding: 0.5em;
}
textarea, input {
margin: 0;
padding: 1.5pt;