mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
N°2314 - Setup: Improve UI of user message when CRON is running
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user