mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
parent
56fff33cb2
commit
83afcbc169
@ -40,6 +40,24 @@ select {
|
|||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button.link,
|
||||||
|
input[type="submit"].link {
|
||||||
|
// Reset defaults
|
||||||
|
background: none;
|
||||||
|
border: none;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
font-weight: @font-weight-bold;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
form.link {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
//div.config-form-buttons {
|
//div.config-form-buttons {
|
||||||
// margin-top: 5px;
|
// margin-top: 5px;
|
||||||
//}
|
//}
|
||||||
|
@ -59,24 +59,6 @@
|
|||||||
font-size: @font-size-small;
|
font-size: @font-size-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.link,
|
|
||||||
input[type="submit"].link {
|
|
||||||
// Reset defaults
|
|
||||||
background: none;
|
|
||||||
border: none;
|
|
||||||
padding: 0;
|
|
||||||
|
|
||||||
font-weight: @font-weight-bold;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
form.link {
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.feed-list {
|
dl.feed-list {
|
||||||
dd {
|
dd {
|
||||||
// Reset default margin
|
// Reset default margin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user