add first part of new dns-editor

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-05-09 15:09:09 +02:00
parent 6369e160b8
commit 5acd51fdd3
11 changed files with 361 additions and 2 deletions

View File

@@ -601,6 +601,12 @@ input[type="password"] {
background:#fff url(../img/icons/lock.png) no-repeat 5px 4px;
}
input[class="small"] {
width:auto;
margin-top: 5px;
}
/*
* BUTTONS
*/
@@ -1513,3 +1519,19 @@ fieldset.file {
table.hl tbody tr.domain-hostname:hover {
background-color: rgb(64, 150, 238);
}
td.size-5 {
width: 5%;
}
td.size-10 {
width: 10%;
}
td.size-20 {
width: 20%;
}
td.size-50 {
width: 50%;
}