frontend: Make Control Server nicer
This commit is contained in:
parent
c258b46443
commit
36891d7e7c
16 changed files with 231 additions and 170 deletions
|
|
@ -20,6 +20,11 @@ footer {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.overflow table td,
|
||||
.overflow table th{
|
||||
padding: .5em .5em;
|
||||
}
|
||||
|
||||
.overflow table td:not(:last-child),
|
||||
.overflow table th:not(:last-child) {
|
||||
width: 1px;
|
||||
|
|
@ -34,7 +39,7 @@ footer {
|
|||
|
||||
.hspace {
|
||||
display: block;
|
||||
height: 2em;
|
||||
height: 1em;
|
||||
}
|
||||
|
||||
.pure-button-action {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue