2015-09-23 13:40:55 +02:00
|
|
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
|
|
|
|
2015-09-23 14:04:07 +02:00
|
|
|
.action-link {
|
|
|
|
color: @icinga-blue;
|
|
|
|
}
|
|
|
|
|
2015-09-23 14:00:56 +02:00
|
|
|
.action-table {
|
2015-09-24 10:26:57 +02:00
|
|
|
tr {
|
|
|
|
&.active {
|
|
|
|
background-color: @gray-lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: @gray-lightest;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2015-09-23 14:00:56 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-24 10:27:42 +02:00
|
|
|
.clearfix:after {
|
|
|
|
clear: both;
|
|
|
|
content: "";
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
2015-09-25 00:20:41 +02:00
|
|
|
.name-value-table {
|
|
|
|
border-spacing: @vertical-padding 0;
|
|
|
|
line-height: @line-height;
|
|
|
|
|
|
|
|
th {
|
|
|
|
.text-left();
|
|
|
|
.text-small();
|
|
|
|
// Reset default font-weight
|
|
|
|
font-weight: normal;
|
2015-09-25 00:37:02 +02:00
|
|
|
width: 120px;
|
2015-09-25 00:20:41 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-23 13:40:55 +02:00
|
|
|
.pull-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
|
|
|
float: right;
|
|
|
|
}
|
2015-09-23 14:05:53 +02:00
|
|
|
|
2015-09-25 00:20:17 +02:00
|
|
|
.text-left {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2015-09-24 11:57:24 +02:00
|
|
|
.text-right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2015-09-23 14:05:53 +02:00
|
|
|
.text-small {
|
|
|
|
color: @text-color-light;
|
2015-09-24 10:26:57 +02:00
|
|
|
font-size: @font-size-small;
|
2015-09-23 14:05:53 +02:00
|
|
|
}
|
2015-09-25 00:22:28 +02:00
|
|
|
|
|
|
|
button.link,
|
|
|
|
input[type="submit"].link {
|
|
|
|
// Reset defaults
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
font-weight: @font-weight-bold;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
2015-09-25 00:37:35 +02:00
|
|
|
|
|
|
|
form.link {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2015-09-25 10:59:08 +02:00
|
|
|
|
|
|
|
dl.feed-list {
|
|
|
|
dd {
|
|
|
|
// Reset default margin
|
|
|
|
margin: 0;
|
|
|
|
}
|
2015-09-25 11:40:55 +02:00
|
|
|
|
|
|
|
dt {
|
|
|
|
border-bottom: 1px solid @gray-lighter;
|
|
|
|
}
|
2015-09-25 10:59:08 +02:00
|
|
|
}
|
2015-09-25 12:40:33 +02:00
|
|
|
|
|
|
|
table.listing-table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
|
|
|
th {
|
|
|
|
color: @text-color-light;
|
|
|
|
// Reset default font-weight
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
border-bottom: 1px solid @gray-lightest;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-09-25 14:42:14 +02:00
|
|
|
|
|
|
|
a.button {
|
|
|
|
.rounded-corners(5px);
|
|
|
|
background-color: @body-bg-color;
|
|
|
|
border: 2px solid @icinga-blue;
|
|
|
|
color: @icinga-blue;
|
|
|
|
cursor: pointer;
|
|
|
|
display: block;
|
|
|
|
font-size: 14px;
|
|
|
|
height: 40px;
|
|
|
|
line-height: 22px;
|
|
|
|
padding: @vertical-padding @horizontal-padding;
|
|
|
|
width: 200px;
|
|
|
|
|
|
|
|
-webkit-transition: background 0.3s ease, color 0.3s ease;
|
|
|
|
-moz-transition: background 0.3s ease, color 0.3s ease;
|
|
|
|
-o-transition: background 0.3s ease, color 0.3s ease;
|
|
|
|
transition: background 0.3s ease, color 0.3s ease;
|
|
|
|
|
|
|
|
* {
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: @icinga-blue;
|
|
|
|
color: @text-color-inverted;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
}
|