other style

This commit is contained in:
Jacob Levine 2019-02-09 15:36:59 -06:00
parent 80aee80548
commit 6d45200ca3

View File

@ -11,6 +11,11 @@ table{
margin-left: auto;
margin-right: auto;
}
input{
border: 1px solid black;
border-radius: 5px;
font-family: 'Roboto', sans-serif;
}
td{
text-align: left;
padding-top: 3px;
@ -18,14 +23,6 @@ td{
padding-left: 10px;
padding-right: 10px;
}
#newEM, #newDN{
border: 1px solid black;
border-radius: 5px;
font-family: 'Roboto', sans-serif;
overflow-x: visible;
width: auto;
size: auto;
}
/* The side navigation menu */
.sidenav {
height: 100%; /* 100% Full-height */