add first part of new dns-editor
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
22
templates/Sparkle/assets/css/main.css
vendored
22
templates/Sparkle/assets/css/main.css
vendored
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user