mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
CSS: Add space before the autosubmit info in forms
This commit is contained in:
parent
ab626c211b
commit
0a9c0925cb
@ -100,7 +100,7 @@ class Autosubmit extends Zend_Form_Decorator_Abstract
|
|||||||
: t('Upon its value has changed, this field issues an automatic update of this page.');
|
: t('Upon its value has changed, this field issues an automatic update of this page.');
|
||||||
$content .= $this->getView()->icon('cw', $warning, array(
|
$content .= $this->getView()->icon('cw', $warning, array(
|
||||||
'aria-hidden' => $isForm ? 'false' : 'true',
|
'aria-hidden' => $isForm ? 'false' : 'true',
|
||||||
'class' => 'spinner'
|
'class' => 'spinner autosubmit-info'
|
||||||
));
|
));
|
||||||
if (! $isForm && $this->getAccessible()) {
|
if (! $isForm && $this->getAccessible()) {
|
||||||
$content = '<span id="' . $this->getWarningId() . '" class="sr-only">' . $warning . '</span>' . $content;
|
$content = '<span id="' . $this->getWarningId() . '" class="sr-only">' . $warning . '</span>' . $content;
|
||||||
|
@ -83,6 +83,10 @@ form.inline {
|
|||||||
margin-left: 10em;
|
margin-left: 10em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.autosubmit-info {
|
||||||
|
margin-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
button:hover .icon-cancel {
|
button:hover .icon-cancel {
|
||||||
color: @color-critical;
|
color: @color-critical;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user