mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-13 22:56:18 +00:00
other style
This commit is contained in:
parent
80aee80548
commit
6d45200ca3
@ -11,6 +11,11 @@ table{
|
|||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
input{
|
||||||
|
border: 1px solid black;
|
||||||
|
border-radius: 5px;
|
||||||
|
font-family: 'Roboto', sans-serif;
|
||||||
|
}
|
||||||
td{
|
td{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
@ -18,14 +23,6 @@ td{
|
|||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
padding-right: 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 */
|
/* The side navigation menu */
|
||||||
.sidenav {
|
.sidenav {
|
||||||
height: 100%; /* 100% Full-height */
|
height: 100%; /* 100% Full-height */
|
||||||
|
Loading…
Reference in New Issue
Block a user