N°2314 - Setup: Improve UI of user message when CRON is running

This commit is contained in:
Molkobain
2020-01-21 15:34:32 +01:00
parent d100ce8005
commit 165fd0e700
3 changed files with 54 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
/*!
* Copyright (C) 2013-2019 Combodo SARL
* Copyright (C) 2013-2020 Combodo SARL
*
* This file is part of iTop.
*
@@ -241,6 +241,13 @@ h3.clickable.open {
border-left: 4px solid $message-default-border-color;
padding: 10px;
>.message-title {
font-weight: bold;
margin-right: 5px;
}
~ .message{
margin-top: 6px;
}
&.message-valid{
color: $message-valid-text-color;
background-color: $message-valid-bg-color;
@@ -256,10 +263,6 @@ h3.clickable.open {
background-color: $message-error-bg-color;
border-color: $message-error-border-color;
}
>.message-title {
font-weight: bold;
margin-right: 5px;
}
}
.text-valid{
color:$message-valid-text-color
@@ -288,15 +291,6 @@ fieldset{
}
}
#details{
>.message{
margin-bottom: 6px;
&:last-of-type{
margin-bottom: 0;
}
}
}
.module-selection-banner{
img{
max-height: 48px;