apply a top/bottom margin to buttons of 1px to create a tiny space between buttons and console table. Remove commented out styles

This commit is contained in:
Isaac Connor 2021-01-22 15:46:48 -05:00
parent c21e02e3c7
commit 436cd3397b
1 changed files with 2 additions and 6 deletions

View File

@ -153,12 +153,8 @@ input,textarea,select,button,.btn-primary {
background-color: #f8f8f8;
text-align: left;
border-radius:4px;
margin: 1px 0;
}
/*
input[type=text], input[type=password], input[type="url"], textarea, select {
padding: 1px;
}
*/
input.noborder {
border: 0;
@ -569,7 +565,7 @@ input[type=submit],
border-color: #3498db;
text-transform: uppercase;
font-weight: 200;
padding: 5px 10px;
padding: 7px 10px 5px 10px;
cursor: pointer;
text-decoration: none;
display: inline-block;