From 5419d4428c86c488a43124f85e5407d7cbae6541 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 14 Apr 2024 15:17:47 +0200 Subject: Adding upstream version 1.11.1. Signed-off-by: Daniel Baumann --- public/css/module.less | 74 +++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) (limited to 'public/css/module.less') diff --git a/public/css/module.less b/public/css/module.less index 1f11251..51c4ec2 100644 --- a/public/css/module.less +++ b/public/css/module.less @@ -49,6 +49,15 @@ div.action-bar > a { margin-right: 1em; } +.controls.compact { + display: none; +} + +.controls > .pagination-control.activity-log-control { + float: right; + width: 5em; +} + .controls > .pagination-control li > a { padding: 0.5em 0 0.5em 0; } @@ -243,7 +252,7 @@ pre.logfile { background: @gray-lighter; color: @gray; overflow: auto; - white-space: pre; + white-space: pre-wrap; a { color: @link-color; @@ -337,6 +346,10 @@ table.avp th { left: -100%; } +form.remove-link-form { + float: right; +} + form.director-form input[type=file] { padding-right: 1em; } @@ -462,6 +475,11 @@ form.director-form dl { padding: 0; } +form.director-form .host-group-links { + line-height: 2.5em; + padding-left: 0.5em; +} + .strike-links a, table.common-table .strike-links a { text-decoration: line-through; &:hover { @@ -502,6 +520,12 @@ form.director-form.editor { } } +ul.unordred-list { + list-style-type: none; + margin: 0; + padding: 0; +} + ul.extensible-set { margin: 0; padding: 0; @@ -917,6 +941,10 @@ form.director-form dd.active li.active input.related-action[type='submit'] { } form.director-form { + select.config-diff { + width: auto; + } + p.description { color: @gray; font-style: italic; @@ -1223,6 +1251,17 @@ div.content.compact table.icinga-objects thead { display: none; } +table.deployment-details { + .succeeded { + color: @state-ok; + } + + .failed { + color: @color-critical; + } +} + + table.deployment-log { tr td:nth-child(2), tr th:nth-child(2) { @@ -1833,3 +1872,36 @@ table.table-basket-changes { min-width: 10em; } } + +.font-italic { + font-style: italic; +} + +.table-basket-changes { + .basket-new { + color: green; + font-weight: bold + } + + .basket-modified { + color: orange; + font-weight: bold + } + + .basket-unchanged { + color: green; + } +} + +.seviceset-obj-link { + float: right; + font-weight: normal +} + +.dictionary-header { + margin-top: 2em; +} + +.text-align-left { + text-align: left +} -- cgit v1.2.3