2016-11-30 08:38:17 -05:00
|
|
|
a:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
&::before {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2014-11-30 04:50:37 -05:00
|
|
|
|
2019-01-22 06:22:11 -05:00
|
|
|
.action-bar {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2019-01-22 07:23:30 -05:00
|
|
|
font-size: 1.3em;
|
|
|
|
|
color: @icinga-blue;
|
2019-01-22 06:22:11 -05:00
|
|
|
|
2019-01-22 07:23:30 -05:00
|
|
|
> a {
|
2019-01-22 06:22:11 -05:00
|
|
|
&:hover::before {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
|
|
|
|
margin-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.button-link {
|
|
|
|
|
color: white;
|
|
|
|
|
background: @icinga-blue;
|
|
|
|
|
|
|
|
|
|
&:active, &:focus {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
margin-left: auto;
|
|
|
|
|
}
|
2019-01-22 07:23:30 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
> div.view-toggle {
|
|
|
|
|
margin-right: 1em;
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
color: @gray;
|
|
|
|
|
margin-right: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
2019-02-14 07:50:43 -05:00
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
padding: .25em .5em;
|
|
|
|
|
border: 1px solid @icinga-blue;
|
|
|
|
|
|
|
|
|
|
&:before {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.active {
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: @icinga-blue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:first-of-type {
|
|
|
|
|
border-top-left-radius: .25em;
|
|
|
|
|
border-bottom-left-radius: .25em;
|
|
|
|
|
}
|
|
|
|
|
&:last-of-type {
|
|
|
|
|
border-top-right-radius: .25em;
|
|
|
|
|
border-bottom-right-radius: .25em;
|
|
|
|
|
}
|
2019-01-22 07:23:30 -05:00
|
|
|
}
|
2019-01-22 06:22:11 -05:00
|
|
|
}
|
2016-11-22 09:28:37 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-03 05:10:27 -05:00
|
|
|
form a {
|
|
|
|
|
color: @icinga-blue;
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-30 10:08:49 -04:00
|
|
|
div.bp {
|
|
|
|
|
margin-bottom: 4px;
|
2014-10-20 10:26:06 -04:00
|
|
|
}
|
|
|
|
|
|
2018-12-17 08:40:47 -05:00
|
|
|
div.bp.sortable > .sortable-ghost {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
}
|
|
|
|
|
|
2014-10-30 10:08:49 -04:00
|
|
|
.simulation div.bp {
|
|
|
|
|
border-right: 1em solid @colorCriticalHandled;
|
|
|
|
|
padding-right: 1em;
|
|
|
|
|
background: white;
|
2014-10-20 10:26:06 -04:00
|
|
|
}
|
|
|
|
|
|
2018-12-21 07:58:45 -05:00
|
|
|
|
2019-01-22 06:01:49 -05:00
|
|
|
/* TreeView */
|
2018-12-21 07:58:45 -05:00
|
|
|
|
2019-01-22 05:45:35 -05:00
|
|
|
@vertical-tree-item-gap: .5em;
|
2018-12-21 07:58:45 -05:00
|
|
|
|
2019-01-22 05:45:35 -05:00
|
|
|
ul.bp {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
|
|
|
|
|
.action-link {
|
|
|
|
|
font-size: 1.3em;
|
|
|
|
|
line-height: 1;
|
2018-12-21 07:58:45 -05:00
|
|
|
}
|
|
|
|
|
|
2019-01-25 04:43:50 -05:00
|
|
|
// cursors!!!1
|
|
|
|
|
&:not([data-sortable-disabled="true"]) {
|
|
|
|
|
.movable {
|
|
|
|
|
cursor: grab;
|
|
|
|
|
|
|
|
|
|
&.sortable-chosen {
|
|
|
|
|
cursor: grabbing;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.progress .movable {
|
|
|
|
|
cursor: wait;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
&[data-sortable-disabled="true"] {
|
|
|
|
|
li.process > div {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2019-01-22 05:45:35 -05:00
|
|
|
// ghost style
|
|
|
|
|
&.sortable > li.sortable-ghost {
|
|
|
|
|
position: relative;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
max-height: 30em;
|
|
|
|
|
background-color: @gray-lighter;
|
|
|
|
|
border: .2em dotted @gray-light;
|
|
|
|
|
border-left-width: 0;
|
|
|
|
|
border-right-width: 0;
|
|
|
|
|
mix-blend-mode: hard-light;
|
|
|
|
|
|
|
|
|
|
&.process:after {
|
|
|
|
|
// TODO: Only apply if content overflows?
|
|
|
|
|
content: " ";
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
height: 50%;
|
|
|
|
|
background: linear-gradient(transparent, white);
|
|
|
|
|
}
|
2019-01-14 02:49:10 -05:00
|
|
|
}
|
|
|
|
|
|
2019-01-22 05:45:35 -05:00
|
|
|
// header style
|
|
|
|
|
li.process > div {
|
|
|
|
|
padding-bottom: .25em;
|
|
|
|
|
border-bottom: 1px solid @gray-light;
|
2018-12-21 07:58:45 -05:00
|
|
|
|
2019-01-22 05:45:35 -05:00
|
|
|
> a.toggle {
|
|
|
|
|
color: @gray;
|
2018-12-21 07:58:45 -05:00
|
|
|
}
|
2019-01-14 02:46:32 -05:00
|
|
|
|
2019-01-22 05:45:35 -05:00
|
|
|
> span {
|
|
|
|
|
font-size: 1.25em;
|
|
|
|
|
|
|
|
|
|
&.op {
|
|
|
|
|
padding: .1em .5em;
|
|
|
|
|
border-radius: .5em;
|
|
|
|
|
background-color: @gray-light;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
2019-01-14 02:46:32 -05:00
|
|
|
}
|
2018-12-21 07:58:45 -05:00
|
|
|
}
|
|
|
|
|
|
2019-01-22 05:45:35 -05:00
|
|
|
// subprocess style
|
|
|
|
|
li.process > ul {
|
|
|
|
|
padding-left: 2em;
|
2018-12-21 07:58:45 -05:00
|
|
|
list-style-type: none;
|
2019-01-22 05:45:35 -05:00
|
|
|
|
|
|
|
|
&.sortable {
|
|
|
|
|
min-height: 1em; // Required to be able to move items back to an otherwise empty list
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// vertical layout
|
|
|
|
|
> li {
|
|
|
|
|
padding: @vertical-tree-item-gap 0;
|
|
|
|
|
|
|
|
|
|
&.process {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
|
|
|
|
|
> div {
|
|
|
|
|
margin-bottom: @vertical-tree-item-gap;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// horizontal layout
|
|
|
|
|
li.process > div,
|
|
|
|
|
li:not(.process) {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
> * {
|
|
|
|
|
margin-right: .5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
> a.action-link {
|
|
|
|
|
margin-left: auto; // Let the first action link move everything to the right
|
|
|
|
|
|
|
|
|
|
& + a.action-link {
|
|
|
|
|
margin-left: 0; // But really only the first one
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// collapse handling
|
|
|
|
|
li.process {
|
|
|
|
|
// toggle, default
|
|
|
|
|
> div > a.toggle > i:before {
|
|
|
|
|
-webkit-transition: -webkit-transform 0.3s;
|
|
|
|
|
-moz-transition: -moz-transform 0.3s;
|
|
|
|
|
-o-transition: -o-transform 0.3s;
|
|
|
|
|
transition: transform 0.3s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// toggle, collapsed
|
|
|
|
|
&.collapsed > div > a.toggle > i:before {
|
|
|
|
|
-moz-transform:rotate(-90deg);
|
|
|
|
|
-ms-transform:rotate(-90deg);
|
|
|
|
|
-o-transform:rotate(-90deg);
|
|
|
|
|
-webkit-transform:rotate(-90deg);
|
|
|
|
|
transform:rotate(-90deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.collapsed {
|
|
|
|
|
margin-bottom: (@vertical-tree-item-gap * 2);
|
|
|
|
|
|
|
|
|
|
> ul.bp {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
2018-12-21 07:58:45 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-09 08:01:30 -05:00
|
|
|
/** BEGIN Dashboard **/
|
|
|
|
|
.overview-dashboard {
|
2018-08-01 03:35:46 -04:00
|
|
|
.header {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 1.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
float: left;
|
|
|
|
|
font-size: 2.5em;
|
|
|
|
|
margin-top: -0.1em;
|
|
|
|
|
margin-bottom: 2em;
|
|
|
|
|
color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-root-tiles {
|
|
|
|
|
margin-left: 3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboard-tile {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: @gray-lighter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-link {
|
|
|
|
|
> a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
|
margin-top: 0.25em;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
box-shadow: 0px 0px 5px #666;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dashboard-tile,
|
|
|
|
|
div.action {
|
2016-12-09 08:01:30 -05:00
|
|
|
width: 20em;
|
|
|
|
|
display: inline-block;
|
2017-02-17 09:47:17 -05:00
|
|
|
vertical-align: top;
|
2018-08-01 03:35:46 -04:00
|
|
|
}
|
2016-12-09 08:01:30 -05:00
|
|
|
|
2018-08-01 03:35:46 -04:00
|
|
|
.action {
|
2016-12-09 08:01:30 -05:00
|
|
|
> a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
color: inherit;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
|
|
&.addnew:hover {
|
|
|
|
|
background-color: @icinga-blue;
|
2018-08-01 03:35:46 -04:00
|
|
|
color: white;
|
2016-12-09 08:01:30 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/** END Dashboard **/
|
|
|
|
|
|
2016-12-16 13:42:22 -05:00
|
|
|
/** BEGIN Badges **/
|
|
|
|
|
.badges {
|
2018-06-28 07:57:59 -04:00
|
|
|
background-color: fade(@body-bg-color, 50%);
|
2018-06-28 09:55:50 -04:00
|
|
|
border-radius: 0.45em;
|
2016-12-16 13:42:22 -05:00
|
|
|
display: block;
|
2018-06-28 07:57:59 -04:00
|
|
|
padding: 0.3em 0.4em;
|
2016-12-16 13:42:22 -05:00
|
|
|
|
|
|
|
|
.badge {
|
|
|
|
|
border: 1px solid white;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.bp .badges {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-06-29 03:21:51 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
td > a > .badges {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-16 13:42:22 -05:00
|
|
|
.badge-critical, .badge-down { background: @colorCritical; }
|
|
|
|
|
.badge-unknown, .badge-unreachable { background: @colorUnknown; }
|
|
|
|
|
.badge-warning { background: @colorWarning; }
|
|
|
|
|
.badge-pending { background: @colorPending; }
|
|
|
|
|
.badge-missing { background: #ccc; }
|
|
|
|
|
/** END Badges **/
|
2018-06-28 07:57:59 -04:00
|
|
|
.badges
|
2016-11-27 18:28:33 -05:00
|
|
|
/** BEGIN Tiles **/
|
|
|
|
|
.tiles:after {
|
2014-11-30 04:53:34 -05:00
|
|
|
content:'';
|
|
|
|
|
display:block;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
2018-12-17 08:40:47 -05:00
|
|
|
.tiles.sortable > .sortable-ghost {
|
|
|
|
|
opacity: 0.5;
|
|
|
|
|
border: .2em dashed black;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-27 18:28:33 -05:00
|
|
|
.tiles > div {
|
2016-12-16 13:42:22 -05:00
|
|
|
color: white;
|
2016-11-27 18:28:33 -05:00
|
|
|
width: 12em;
|
2016-12-16 13:42:22 -05:00
|
|
|
display: inline-block;
|
2014-11-30 04:53:34 -05:00
|
|
|
float: left;
|
2017-01-23 04:18:03 -05:00
|
|
|
vertical-align: top;
|
2014-11-30 04:53:34 -05:00
|
|
|
margin-right: 0.2em;
|
|
|
|
|
margin-bottom: 0.2em;
|
2016-12-16 13:42:22 -05:00
|
|
|
height: 6em;
|
|
|
|
|
cursor: pointer;
|
2018-06-26 08:24:55 -04:00
|
|
|
position: relative;
|
2016-12-16 13:42:22 -05:00
|
|
|
|
|
|
|
|
.badges {
|
2018-06-26 08:24:55 -04:00
|
|
|
position: absolute;
|
|
|
|
|
bottom: 0;
|
2018-06-26 10:15:00 -04:00
|
|
|
right: 0;
|
|
|
|
|
margin: 0.5em;
|
2016-12-16 13:42:22 -05:00
|
|
|
text-align: center;
|
|
|
|
|
font-size: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
> a {
|
|
|
|
|
display: block;
|
2018-06-26 08:24:55 -04:00
|
|
|
text-decoration: none;
|
|
|
|
|
font-size: 0.7em;
|
|
|
|
|
text-align: center;
|
2019-01-08 07:20:42 -05:00
|
|
|
padding: 1em 1em 0;
|
2018-06-26 08:24:55 -04:00
|
|
|
font-weight: bold;
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
color: @text-color-inverted;
|
2019-01-08 07:20:42 -05:00
|
|
|
|
|
|
|
|
& + p.children-count {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: .5em;
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
font-size: .8em;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-12-16 13:42:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
box-shadow: 0px 0px 5px #666;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.actions {
|
2018-06-26 10:15:00 -04:00
|
|
|
opacity: 0.8;
|
2018-06-26 08:24:55 -04:00
|
|
|
margin: 0.5em 0 0 0.5em;
|
2016-12-16 13:42:22 -05:00
|
|
|
font-size: 0.75em;
|
|
|
|
|
height: 1.8em;
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
float: none;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
line-height: normal;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0 0 0 0.25em;
|
|
|
|
|
}
|
|
|
|
|
a {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 1.5em;
|
|
|
|
|
height: 1.5em;
|
|
|
|
|
border-radius: 0.3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
background-color: white;
|
|
|
|
|
color: @text-color;
|
|
|
|
|
}
|
2018-06-25 09:31:34 -04:00
|
|
|
|
2018-06-26 10:11:29 -04:00
|
|
|
> .node-info {
|
2018-06-25 09:37:04 -04:00
|
|
|
margin-right: 0.3em;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
2016-11-28 10:04:31 -05:00
|
|
|
}
|
2014-11-30 04:53:34 -05:00
|
|
|
}
|
|
|
|
|
|
2016-12-16 13:42:22 -05:00
|
|
|
|
2016-11-27 18:28:33 -05:00
|
|
|
.tiles > div.parent::before {
|
|
|
|
|
content: '&';
|
|
|
|
|
position: absolute;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tiles > div.parent {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tiles {
|
2018-06-26 10:54:19 -04:00
|
|
|
> .critical { background-color: @colorCritical; > a { text-shadow: 0 0 1px mix(#000, @colorCritical, 40%); }}
|
|
|
|
|
> .critical.handled { background-color: @colorCriticalHandled; > a { text-shadow: 0 0 1px mix(#000, @colorCriticalHandled, 40%); }}
|
|
|
|
|
> .down { background-color: @colorCritical; > a { text-shadow: 0 0 1px mix(#000, @colorCritical, 40%); }}
|
|
|
|
|
> .down.handled { background-color: @colorCriticalHandled; > a { text-shadow: 0 0 1px mix(#000, @colorCriticalHandled, 40%); }}
|
|
|
|
|
> .unknown { background-color: @colorUnknown; > a { text-shadow: 0 0 1px mix(#000, @colorUnknown, 40%); }}
|
|
|
|
|
> .unknown.handled { background-color: @colorUnknownHandled; > a { text-shadow: 0 0 1px mix(#000, @colorUnknownHandled, 40%); }}
|
|
|
|
|
> .unreachable { background-color: @colorUnknown; > a { text-shadow: 0 0 1px mix(#000, @colorUnknown, 40%); }}
|
|
|
|
|
> .unreachable.handled { background-color: @colorUnknownHandled; > a { text-shadow: 0 0 1px mix(#000, @colorUnknownHandled, 40%); }}
|
|
|
|
|
> .warning { background-color: @colorWarning; > a { text-shadow: 0 0 1px mix(#000, @colorWarning, 40%); }}
|
|
|
|
|
> .warning.handled { background-color: @colorWarningHandled; > a { text-shadow: 0 0 1px mix(#000, @colorWarningHandled, 40%); }}
|
|
|
|
|
> .ok { background-color: @colorOk; > a { text-shadow: 0 0 1px mix(#000, @colorOk, 40%); }}
|
|
|
|
|
> .up { background-color: @colorOk; > a { text-shadow: 0 0 1px mix(#000, @colorOk, 40%); }}
|
|
|
|
|
> .pending { background-color: @colorPending; > a { text-shadow: 0 0 1px mix(#000, @colorPending, 40%); }}
|
|
|
|
|
> .missing { background-color: @gray-light; > a { text-shadow: 0 0 1px @gray }}
|
|
|
|
|
> .addnew { background-color: @icinga-blue; > a { text-shadow: 0 0 1px mix(#000, @icinga-blue, 40%); }}
|
2016-12-16 13:42:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
.tiles > div:hover {
|
|
|
|
|
> .critical { background: white; color: @text-color; }
|
|
|
|
|
> .critical.handled { background: @colorCriticalHandled; }
|
|
|
|
|
> .down { background: @colorCritical; }
|
|
|
|
|
> .down.handled { background: @colorCriticalHandled; }
|
|
|
|
|
> .unknown { background: @colorUnknown; }
|
|
|
|
|
> .unknown.handled { background: @colorUnknownHandled; }
|
|
|
|
|
> .unreachable { background: @colorUnknown; }
|
|
|
|
|
> .unreachable.handled { background: @colorUnknownHandled; }
|
|
|
|
|
> .warning { background: @colorWarning; }
|
|
|
|
|
> .warning.handled { background: @colorWarningHandled; }
|
|
|
|
|
> .ok { background: @colorOk; }
|
|
|
|
|
> .pending { background: @colorPending; }
|
|
|
|
|
> .missing { background: #ccc; }
|
|
|
|
|
}
|
|
|
|
|
*/
|
2017-01-27 09:24:07 -05:00
|
|
|
/*
|
2016-11-27 18:28:33 -05:00
|
|
|
.tiles .missing a {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
cursor: default;
|
2015-10-05 10:00:51 -04:00
|
|
|
}
|
2017-01-27 09:24:07 -05:00
|
|
|
*/
|
2015-10-05 10:00:51 -04:00
|
|
|
|
2016-12-16 13:42:22 -05:00
|
|
|
.tiles.few { font-size: 2.5em; }
|
|
|
|
|
.tiles.normal { font-size: 2.1em; }
|
2016-12-09 10:59:25 -05:00
|
|
|
.tiles.many { font-size: 1.8em; }
|
2016-11-28 10:04:31 -05:00
|
|
|
|
2017-01-27 05:22:36 -05:00
|
|
|
#layout.twocols, #layout.layout-minimal, div.compact {
|
2016-11-28 10:04:31 -05:00
|
|
|
.tiles.few { font-size: 1.8em; }
|
2016-12-16 13:42:22 -05:00
|
|
|
.tiles.normal { font-size: 1.8em; }
|
|
|
|
|
.tiles.many { font-size: 1.8em; }
|
2016-11-28 10:04:31 -05:00
|
|
|
}
|
2016-11-27 18:28:33 -05:00
|
|
|
|
2016-11-28 18:50:20 -05:00
|
|
|
#layout.fullscreen-layout .controls {
|
|
|
|
|
padding: 0 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-27 18:28:33 -05:00
|
|
|
/** END of tiles **/
|
|
|
|
|
|
2019-02-18 09:20:42 -05:00
|
|
|
.content.restricted {
|
|
|
|
|
h1 {
|
|
|
|
|
font-size: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
p > a {
|
|
|
|
|
margin-left: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-27 18:28:33 -05:00
|
|
|
/** BEGIN breadcrumb **/
|
|
|
|
|
|
|
|
|
|
.breadcrumb {
|
|
|
|
|
list-style: none;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
padding: 0;
|
2014-11-30 04:53:34 -05:00
|
|
|
}
|
|
|
|
|
|
2016-11-27 18:28:33 -05:00
|
|
|
.breadcrumb:after {
|
|
|
|
|
content:'';
|
|
|
|
|
display:block;
|
|
|
|
|
clear: both;
|
2015-10-05 10:00:51 -04:00
|
|
|
}
|
2016-11-27 18:28:33 -05:00
|
|
|
.breadcrumb li {
|
|
|
|
|
float: left;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
user-select: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
2015-10-05 10:00:51 -04:00
|
|
|
|
2016-11-27 18:28:33 -05:00
|
|
|
}
|
|
|
|
|
.breadcrumb li a {
|
2019-01-22 08:09:50 -05:00
|
|
|
color: @icinga-blue;
|
2016-11-27 18:28:33 -05:00
|
|
|
margin: 0;
|
|
|
|
|
font-size: 1.2em;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
padding-left: 2em;
|
2016-11-28 10:04:31 -05:00
|
|
|
line-height: 2.5em;
|
2016-11-27 18:28:33 -05:00
|
|
|
position: relative;
|
|
|
|
|
display: block;
|
|
|
|
|
float: left;
|
|
|
|
|
&:focus {
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
2014-11-30 04:53:34 -05:00
|
|
|
}
|
2019-01-22 08:09:50 -05:00
|
|
|
.breadcrumb li {
|
|
|
|
|
border: 1px solid @gray-lighter;
|
|
|
|
|
|
|
|
|
|
&:first-of-type {
|
|
|
|
|
border-radius: .25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:last-of-type {
|
|
|
|
|
border-radius: .25em;
|
|
|
|
|
border: 1px solid @icinga-blue;
|
|
|
|
|
background: @icinga-blue;
|
|
|
|
|
padding-right: 1.2em;
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-02-21 08:01:29 -05:00
|
|
|
.breadcrumb.with-states li {
|
|
|
|
|
&.critical { background: @colorCritical; }
|
|
|
|
|
&.critical.handled { background: @colorCriticalHandled; }
|
|
|
|
|
&.unknown { background: @colorUnknown; }
|
|
|
|
|
&.unknown.handled { background: @colorUnknownHandled; }
|
|
|
|
|
&.warning { background: @colorWarning; }
|
|
|
|
|
&.warning.handled { background: @colorWarningHandled; }
|
|
|
|
|
&.ok { background: @colorOk; }
|
|
|
|
|
|
|
|
|
|
&.process-node a { color: white; }
|
|
|
|
|
}
|
|
|
|
|
.breadcrumb.with-states li:not(:last-of-type) {
|
|
|
|
|
&.critical a:after { border-left-color: @colorCritical; }
|
|
|
|
|
&.critical.handled a:after { border-left-color: @colorCriticalHandled; }
|
|
|
|
|
&.unknown a:after { border-left-color: @colorUnknown; }
|
|
|
|
|
&.unknown.handled a:after { border-left-color: @colorUnknownHandled; }
|
|
|
|
|
&.warning a:after { border-left-color: @colorWarning; }
|
|
|
|
|
&.warning.handled a:after { border-left-color: @colorWarningHandled; }
|
|
|
|
|
&.ok a:after { border-left-color: @colorOk; }
|
|
|
|
|
}
|
|
|
|
|
.breadcrumb.with-states li:last-of-type {
|
|
|
|
|
&.critical { border-color: @colorCritical; }
|
|
|
|
|
&.critical.handled { border-color: @colorCriticalHandled; }
|
|
|
|
|
&.unknown { border-color: @colorUnknown; }
|
|
|
|
|
&.unknown.handled { border-color: @colorUnknownHandled; }
|
|
|
|
|
&.warning { border-color: @colorWarning; }
|
|
|
|
|
&.warning.handled { border-color: @colorWarningHandled; }
|
|
|
|
|
&.ok { border-color: @colorOk; }
|
|
|
|
|
}
|
2014-11-30 04:53:34 -05:00
|
|
|
|
2019-01-22 08:09:50 -05:00
|
|
|
.breadcrumb li:not(:last-of-type) a:before, .breadcrumb li:not(:last-of-type) a:after {
|
2016-11-27 18:28:33 -05:00
|
|
|
content: " ";
|
|
|
|
|
display: block;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
2016-11-28 10:04:31 -05:00
|
|
|
border-top: 1.3em solid transparent;
|
|
|
|
|
border-bottom: 1.2em solid transparent;
|
2016-11-27 18:28:33 -05:00
|
|
|
position: absolute;
|
2016-11-28 10:04:31 -05:00
|
|
|
margin-top: -1.2em;
|
2016-11-27 18:28:33 -05:00
|
|
|
top: 50%;
|
|
|
|
|
left: 100%;
|
2014-11-30 04:53:34 -05:00
|
|
|
}
|
|
|
|
|
|
2019-01-22 08:09:50 -05:00
|
|
|
.breadcrumb li:not(:last-of-type) a:before {
|
|
|
|
|
border-left: 1.2em solid @gray-lighter;
|
2016-11-27 18:28:33 -05:00
|
|
|
margin-left: 1px;
|
|
|
|
|
z-index: 1;
|
2014-11-30 04:53:34 -05:00
|
|
|
}
|
|
|
|
|
|
2019-01-22 08:09:50 -05:00
|
|
|
.breadcrumb li:not(:last-of-type) a:after {
|
|
|
|
|
border-left: 1.2em solid white;
|
2016-11-27 18:28:33 -05:00
|
|
|
z-index: 2;
|
2014-11-30 04:53:34 -05:00
|
|
|
}
|
2014-10-20 13:01:32 -04:00
|
|
|
|
2016-11-27 18:28:33 -05:00
|
|
|
.breadcrumb li:first-child a {
|
|
|
|
|
padding-left: 1em;
|
2017-01-08 17:09:38 -05:00
|
|
|
padding-right: 0.5em;
|
2016-11-27 18:28:33 -05:00
|
|
|
}
|
2015-02-06 17:31:25 -05:00
|
|
|
|
2019-01-22 08:09:50 -05:00
|
|
|
.breadcrumb li:not(:last-child) a:hover { background: @icinga-blue; color: white; }
|
2019-02-21 08:01:29 -05:00
|
|
|
.breadcrumb li:not(:last-child) a:hover:after { border-left-color: @icinga-blue !important; }
|
|
|
|
|
.breadcrumb li:last-child:hover, .breadcrumb li:last-child a:hover { background: @icinga-blue; border-color: @icinga-blue !important; }
|
2016-11-27 20:09:11 -05:00
|
|
|
|
|
|
|
|
.breadcrumb li a:focus {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
2016-11-27 18:28:33 -05:00
|
|
|
|
2017-01-27 05:22:36 -05:00
|
|
|
#layout.twocols, #layout.layout-minimal, div.compact {
|
2016-11-28 10:04:31 -05:00
|
|
|
.breadcrumb {
|
2017-01-27 05:22:36 -05:00
|
|
|
font-size: 0.833em;
|
2016-11-28 10:04:31 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-27 20:09:11 -05:00
|
|
|
/** END of breadcrumb **/
|
2016-11-27 18:28:33 -05:00
|
|
|
|
|
|
|
|
|
2016-12-09 09:33:30 -05:00
|
|
|
ul.error, ul.warning {
|
2015-03-03 04:49:43 -05:00
|
|
|
padding: 0;
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
background-color: @colorCritical;
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: white;
|
|
|
|
|
padding: 0.3em 0.8em;
|
|
|
|
|
}
|
2015-03-16 04:08:00 -04:00
|
|
|
|
|
|
|
|
li a {
|
|
|
|
|
color: inherit;
|
2016-12-09 09:33:30 -05:00
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
2015-03-16 04:08:00 -04:00
|
|
|
}
|
2015-03-03 04:49:43 -05:00
|
|
|
}
|
2015-03-16 04:08:00 -04:00
|
|
|
|
2016-12-09 09:33:30 -05:00
|
|
|
|
|
|
|
|
ul.warning {
|
|
|
|
|
background-color: @colorWarning;
|
|
|
|
|
}
|
|
|
|
|
|
2015-03-16 04:08:00 -04:00
|
|
|
table.sourcecode {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
|
|
|
|
|
th {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
padding-right: 0.5em;
|
|
|
|
|
user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-o-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
td {
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.diff {
|
|
|
|
|
font-family: monospace;
|
|
|
|
|
white-space: pre-wrap;
|
|
|
|
|
|
|
|
|
|
del, ins {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
del {
|
|
|
|
|
color: @colorCritical;
|
|
|
|
|
background-color: #fdd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ins {
|
|
|
|
|
color: @colorOk;
|
|
|
|
|
background-color: #dfd;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-30 08:38:17 -05:00
|
|
|
|
|
|
|
|
/** Forms stolen from director **/
|
|
|
|
|
.content form {
|
2016-12-08 04:11:46 -05:00
|
|
|
margin-bottom: 2em;
|
2016-11-30 08:38:17 -05:00
|
|
|
}
|
|
|
|
|
|
2016-12-08 04:11:46 -05:00
|
|
|
.content form.inline {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.invisible {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form input[type=file] {
|
|
|
|
|
background-color: white;
|
|
|
|
|
padding-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2016-11-30 08:38:17 -05:00
|
|
|
form input[type=submit] {
|
2016-12-08 04:11:46 -05:00
|
|
|
.button();
|
|
|
|
|
border-width: 1px;
|
|
|
|
|
margin-top: 0.5em;
|
|
|
|
|
|
|
|
|
|
&:disabled {
|
|
|
|
|
border-color: @gray-light;
|
|
|
|
|
background-color: @gray-light;
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
2016-11-30 08:38:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form input[type=submit]:first-of-type {
|
|
|
|
|
border-width: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-08 04:11:46 -05:00
|
|
|
form input[type=submit].link-button {
|
|
|
|
|
color: @icinga-blue;
|
|
|
|
|
background: none;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-30 08:38:17 -05:00
|
|
|
form p.description {
|
2016-12-08 04:11:46 -05:00
|
|
|
padding: 1em 1em;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2017-01-27 17:12:57 -05:00
|
|
|
input[type=text], input[type=button], select, select option, textarea {
|
2016-12-08 04:11:46 -05:00
|
|
|
-webkit-appearance: none;
|
|
|
|
|
-moz-appearance: none;
|
|
|
|
|
appearance: none;
|
2016-11-30 08:38:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form ul.form-errors {
|
|
|
|
|
margin-bottom: 0.5em;
|
2016-12-08 04:11:46 -05:00
|
|
|
|
2016-11-30 08:38:17 -05:00
|
|
|
ul.errors li {
|
|
|
|
|
background: @color-critical;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
select::-ms-expand, input::-ms-expand, textarea::-ms-expand { /* for IE 11 */
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
select {
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
background: none;
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-08 04:11:46 -05:00
|
|
|
input[type=text], input[type=password], textarea, select {
|
2016-11-30 08:38:17 -05:00
|
|
|
max-width: 36em;
|
|
|
|
|
min-width: 20em;
|
2016-12-08 04:11:46 -05:00
|
|
|
width: 100%;
|
|
|
|
|
line-height: 2em;
|
|
|
|
|
height: 2.4em;
|
2016-11-30 08:38:17 -05:00
|
|
|
padding-left: 0.5em;
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-color: transparent;
|
2016-12-08 04:11:46 -05:00
|
|
|
border-bottom-color: @gray-lighter;
|
2016-11-30 08:38:17 -05:00
|
|
|
border-width: 1px 1px 1px 3px;
|
2016-12-08 04:11:46 -05:00
|
|
|
background-color: white;
|
2016-11-30 08:38:17 -05:00
|
|
|
|
|
|
|
|
&.search {
|
2016-12-08 04:11:46 -05:00
|
|
|
background: transparent url("../img/icons/search.png") no-repeat scroll 0.5em center / 1em 1em;
|
2016-11-30 08:38:17 -05:00
|
|
|
padding-left: 2em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-08 04:11:46 -05:00
|
|
|
select[multiple] {
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
select option {
|
|
|
|
|
height: 2em;
|
|
|
|
|
padding-top: 0.3em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
select[multiple=multiple] {
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
line-height: 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dl {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-30 08:38:17 -05:00
|
|
|
select::-moz-focus-inner { border: 0; }
|
|
|
|
|
|
2016-12-08 04:11:46 -05:00
|
|
|
select:-moz-focusring {
|
|
|
|
|
color: transparent;
|
|
|
|
|
text-shadow: 0 0 0 #000;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-30 08:38:17 -05:00
|
|
|
select, input[type=text], textarea {
|
|
|
|
|
&:hover {
|
|
|
|
|
border-style: dotted solid dotted solid;
|
|
|
|
|
border-color: @gray-light;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:focus, &:focus:hover {
|
|
|
|
|
border-style: solid;
|
|
|
|
|
border-color: @icinga-blue;
|
|
|
|
|
outline: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
select[value=""] {
|
|
|
|
|
color: blue;
|
|
|
|
|
border: 1px solid #666;
|
2016-12-08 04:11:46 -05:00
|
|
|
background-color: white;
|
2016-11-30 08:38:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
select option {
|
|
|
|
|
color: inherit;
|
|
|
|
|
padding-left: 0.5em;
|
2016-12-08 04:11:46 -05:00
|
|
|
background-color: white;
|
2016-11-30 08:38:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
select option[value=""] {
|
|
|
|
|
color: #aaa;
|
2016-12-08 04:11:46 -05:00
|
|
|
background-color: white;
|
2016-11-30 08:38:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dt label {
|
|
|
|
|
width: auto;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
|
|
|
|
|
&.required {
|
|
|
|
|
&::after {
|
|
|
|
|
content: '*'
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-12-08 04:11:46 -05:00
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form fieldset {
|
|
|
|
|
min-width: 36em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dd input.related-action[type='submit'] {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dd.active li.active input.related-action[type='submit'] {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dd.active {
|
|
|
|
|
p.description {
|
|
|
|
|
color: inherit;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
}
|
2016-11-30 08:38:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dd {
|
2016-12-08 04:11:46 -05:00
|
|
|
padding: 0.3em 0.5em;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dt {
|
|
|
|
|
padding: 0.5em 0.5em;
|
2016-11-30 08:38:17 -05:00
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2016-12-08 04:11:46 -05:00
|
|
|
form dt.active, form dd.active {
|
|
|
|
|
background-color: @tr-active-color;
|
|
|
|
|
}
|
|
|
|
|
|
2016-11-30 08:38:17 -05:00
|
|
|
form dt {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
min-width: 12em;
|
|
|
|
|
min-height: 2.5em;
|
|
|
|
|
width: 30%;
|
2016-12-08 04:11:46 -05:00
|
|
|
&.errors label {
|
|
|
|
|
color: @color-critical;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form .errors label {
|
|
|
|
|
color: @color-critical;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dd {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 63%;
|
|
|
|
|
min-height: 2.5em;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
margin: 0;
|
|
|
|
|
&.errors {
|
|
|
|
|
input[type=text], select {
|
|
|
|
|
border-color: @color-critical;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.full-width {
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
2016-11-30 08:38:17 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dd:after {
|
|
|
|
|
display: block;
|
|
|
|
|
content: '';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form textarea {
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dd ul.errors {
|
|
|
|
|
list-style-type: none;
|
|
|
|
|
padding-left: 0.3em;
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
color: @colorCritical;
|
|
|
|
|
padding: 0.3em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form div.hint {
|
|
|
|
|
padding: 1em;
|
2016-12-08 04:11:46 -05:00
|
|
|
background-color: @tr-hover-color;
|
2016-11-30 08:38:17 -05:00
|
|
|
margin: 1em 0;
|
2016-12-08 04:11:46 -05:00
|
|
|
max-width: 65em;
|
|
|
|
|
font-size: 1em;
|
2016-11-30 08:38:17 -05:00
|
|
|
|
|
|
|
|
pre {
|
|
|
|
|
font-style: normal;
|
|
|
|
|
background-color: white;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2016-12-08 04:11:46 -05:00
|
|
|
form {
|
|
|
|
|
#_FAKE_SUBMIT {
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: -100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2016-11-30 08:38:17 -05:00
|
|
|
|
2017-01-03 05:03:30 -05:00
|
|
|
/** END of forms **/
|
|
|
|
|
|
|
|
|
|
/** php-diff **/
|
|
|
|
|
.Differences {
|
|
|
|
|
width: 100%;
|
|
|
|
|
table-layout: fixed;
|
|
|
|
|
empty-cells: show;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Differences thead {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Differences thead th {
|
|
|
|
|
text-align: left;
|
|
|
|
|
padding-left: 4 / 14 * 16em;
|
|
|
|
|
}
|
|
|
|
|
.Differences tbody th {
|
|
|
|
|
text-align: right;
|
|
|
|
|
width: 4em;
|
|
|
|
|
padding: 1px 2px;
|
|
|
|
|
border-right: 1px solid @gray-light;
|
|
|
|
|
background: @gray-lightest;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Differences tbody td {
|
|
|
|
|
width: 50%;
|
|
|
|
|
.preformatted();
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@color-diff-ins: #bfb;
|
|
|
|
|
@color-diff-del: #faa;
|
|
|
|
|
@color-diff-changed-old: #fdd;
|
|
|
|
|
@color-diff-changed-new: #efe;
|
|
|
|
|
|
|
|
|
|
.DifferencesSideBySide {
|
|
|
|
|
ins, del {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ChangeInsert {
|
|
|
|
|
td.Left {
|
|
|
|
|
background: @gray-lighter;
|
|
|
|
|
}
|
|
|
|
|
td.Right {
|
|
|
|
|
background: @color-diff-ins;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ChangeDelete {
|
|
|
|
|
td.Left {
|
|
|
|
|
background: @color-diff-del;
|
|
|
|
|
}
|
|
|
|
|
td.Right {
|
|
|
|
|
background: @gray-lighter;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ChangeReplace {
|
|
|
|
|
td.Left {
|
|
|
|
|
background: @color-diff-changed-old;
|
|
|
|
|
del {
|
|
|
|
|
background: @color-diff-del;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
td.Right {
|
|
|
|
|
background: @color-diff-changed-new;
|
|
|
|
|
ins {
|
|
|
|
|
background: @color-diff-ins;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Differences .Skipped {
|
|
|
|
|
background: @gray-lightest;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DifferencesInline .ChangeReplace .Left,
|
|
|
|
|
.DifferencesInline .ChangeDelete .Left {
|
|
|
|
|
background: #fdd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DifferencesInline .ChangeReplace .Right,
|
|
|
|
|
.DifferencesInline .ChangeInsert .Right {
|
|
|
|
|
background: #dfd;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DifferencesInline .ChangeReplace ins {
|
|
|
|
|
background: #9e9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.DifferencesInline .ChangeReplace del {
|
|
|
|
|
background: #e99;
|
|
|
|
|
}
|
|
|
|
|
/** END of php-diff **/
|
2017-01-27 04:04:59 -05:00
|
|
|
|
|
|
|
|
/** Custom font styling **/
|
|
|
|
|
textarea.smaller {
|
|
|
|
|
font-size: 0.833em;
|
|
|
|
|
max-width: 60em;
|
|
|
|
|
}
|
|
|
|
|
/** END of custom font styling **/
|