mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
2112676594
commit
73a03ada83
@ -20,14 +20,13 @@ if (Auth::getInstance()->isAuthenticated()): ?>
|
|||||||
<li>
|
<li>
|
||||||
<a tabindex="0" href="#navigation"><?= t('Skip to Navigation'); ?></a>
|
<a tabindex="0" href="#navigation"><?= t('Skip to Navigation'); ?></a>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<?= $this->layout()->autoRefreshForm ?>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="auto-refresh-trigger">
|
|
||||||
<?= $this->layout()->autoRefreshForm ?>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<ul id="notifications"><?php
|
<ul id="notifications"><?php
|
||||||
|
|
||||||
$moduleName = $this->layout()->moduleName;
|
$moduleName = $this->layout()->moduleName;
|
||||||
|
@ -280,11 +280,12 @@ a:focus {
|
|||||||
display: inline;
|
display: inline;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
a {
|
a, button[type="submit"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
left: -999em;
|
left: -999em;
|
||||||
width: 10.4em;
|
width: 10.8em !important;
|
||||||
|
text-align: left !important;
|
||||||
top: 0.4em;
|
top: 0.4em;
|
||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -300,22 +301,3 @@ a:focus {
|
|||||||
.skip-links-inline {
|
.skip-links-inline {
|
||||||
margin-top: -3.5em;
|
margin-top: -3.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.auto-refresh-trigger {
|
|
||||||
position: absolute;
|
|
||||||
form {
|
|
||||||
button[type="submit"] {
|
|
||||||
position: absolute;
|
|
||||||
display: block;
|
|
||||||
left: -999em;
|
|
||||||
width: 12em !important;
|
|
||||||
top: 0.4em;
|
|
||||||
padding: 0.8em 0.8em !important;
|
|
||||||
background-color: white !important;
|
|
||||||
text-align: left !important;
|
|
||||||
&:focus {
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user