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-30 16:39:50 +02:00
|
|
|
.big-icon {
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
|
2015-09-25 16:16:42 +02:00
|
|
|
.clearfix {
|
|
|
|
&:after {
|
|
|
|
content: "";
|
|
|
|
clear: both;
|
|
|
|
display: table;
|
|
|
|
}
|
2015-09-24 10:27:42 +02:00
|
|
|
}
|
|
|
|
|
2015-09-30 16:39:50 +02:00
|
|
|
.comment-text {
|
2015-10-01 22:58:40 +02:00
|
|
|
.text-small();
|
2015-09-30 16:39:50 +02:00
|
|
|
font-family: @font-family-fixed;
|
|
|
|
}
|
|
|
|
|
2015-09-30 23:58:38 +02:00
|
|
|
.content-centered {
|
|
|
|
.text-center();
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
|
2015-09-30 16:39:50 +02:00
|
|
|
.icon-col {
|
|
|
|
width: 28px;
|
|
|
|
}
|
|
|
|
|
2015-09-27 16:06:46 +02:00
|
|
|
.primary-nav {
|
|
|
|
a {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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-30 23:58:38 +02:00
|
|
|
.text-center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
2015-09-30 16:39:50 +02:00
|
|
|
.user-avatar {
|
|
|
|
height: 16px;
|
|
|
|
width: 16px;
|
|
|
|
}
|
|
|
|
|
2015-10-01 22:58:40 +02:00
|
|
|
.v-center {
|
|
|
|
> * {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-09-30 18:32:29 +02:00
|
|
|
}
|
|
|
|
|
2015-09-30 16:39:50 +02:00
|
|
|
a:hover .icon-cancel {
|
|
|
|
color: @color-critical;
|
|
|
|
}
|
|
|
|
|
2015-09-30 23:58:38 +02:00
|
|
|
.button-link {
|
|
|
|
.action-link();
|
2015-09-30 16:39:50 +02:00
|
|
|
.button();
|
|
|
|
display: inline-block;
|
|
|
|
height: 35px;
|
|
|
|
line-height: 20px;
|
|
|
|
min-width: 175px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
line-height: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
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-10-01 16:31:25 +02:00
|
|
|
margin-top: @vertical-padding;
|
|
|
|
|
2015-10-01 14:43:16 +02:00
|
|
|
.icon-cancel {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-10-01 16:31:25 +02:00
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: @gray-lightest;
|
|
|
|
.icon-cancel {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2015-09-25 11:40:55 +02:00
|
|
|
}
|
2015-09-25 10:59:08 +02:00
|
|
|
}
|
2015-09-25 12:40:33 +02:00
|
|
|
|
2015-10-01 00:56:38 +02:00
|
|
|
dl.name-value-list {
|
|
|
|
dd {
|
|
|
|
// Reset default margin
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
|
|
|
.text-small();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
table.action-table {
|
|
|
|
tbody tr {
|
|
|
|
&.active {
|
|
|
|
background-color: @gray-lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: @gray-lightest;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-25 12:40:33 +02:00
|
|
|
table.listing-table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
|
2015-09-28 17:06:01 +02:00
|
|
|
tbody th {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead {
|
2015-09-25 12:40:33 +02:00
|
|
|
color: @text-color-light;
|
|
|
|
// Reset default font-weight
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr {
|
|
|
|
border-bottom: 1px solid @gray-lightest;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-10-01 00:56:38 +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;
|
|
|
|
width: 120px;
|
2015-10-01 22:58:40 +02:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// TODO(el): Fix
|
|
|
|
.controls {
|
|
|
|
.limiter-control {
|
|
|
|
.pull-left();
|
|
|
|
padding: @vertical-padding / 2 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pagination-control {
|
|
|
|
.pull-left();
|
|
|
|
padding: @vertical-padding / 2 @horizontal-padding;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sort-control {
|
|
|
|
.pull-right();
|
|
|
|
padding: @vertical-padding / 2 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.selection-info {
|
|
|
|
.pull-right();
|
|
|
|
padding: @vertical-padding / 2 0;
|
2015-10-01 00:56:38 +02:00
|
|
|
}
|
|
|
|
}
|