37 lines
488 B
CSS
37 lines
488 B
CSS
#HeaderGridDiv,
|
|
#DetailsGridDiv {
|
|
font-size: 12px;
|
|
min-width: 1200px;
|
|
max-width: 1200px;
|
|
}
|
|
|
|
#HeaderGrid {
|
|
font-family: monospace;
|
|
margin-top: 60px;
|
|
}
|
|
|
|
#HeaderGrid tr td {
|
|
max-width: 200px;
|
|
padding: 5px;
|
|
}
|
|
|
|
#AllGrid {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.navbar-brand {
|
|
min-width: 1200px;
|
|
background-color: whitesmoke;
|
|
}
|
|
|
|
tr:nth-of-type(odd) {
|
|
background-color: #eee;
|
|
}
|
|
|
|
#AllTextarea {
|
|
font-family: monospace;
|
|
}
|
|
|
|
#th-span {
|
|
margin-right: 500px;
|
|
} |