Client - minor style fix on records table
This commit is contained in:
parent
06510bb205
commit
8b516e1ac3
@ -358,9 +358,15 @@ label {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.record-table table, .record-table th, .record-table td{
|
.record-table table, .record-table th, .record-table td{
|
||||||
font-size: 0.9em;
|
font-size: 0.85em;
|
||||||
padding: 0.1em;
|
padding: 0.1em;
|
||||||
}
|
}
|
||||||
|
@media only screen and (min-width: 1200px) {
|
||||||
|
.record-table table, .record-table th, .record-table td{
|
||||||
|
font-size: 0.9em;
|
||||||
|
padding: 0.1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.remaining-chars {
|
.remaining-chars {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
|
Loading…
Reference in New Issue
Block a user