mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
other style
This commit is contained in:
parent
80aee80548
commit
6d45200ca3
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user