Skip to content
Snippets Groups Projects
Commit 2f972546 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

switch nested containers in update to semibold style

parent 8ad79eb0
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,11 @@
background-size: 32px;
}
#update-progress-message-error,
#update-progress-message-warnings {
font-weight: 600;
}
#update-progress-message {
margin-bottom: 10px;
}
......@@ -23,4 +28,4 @@
#body-login .warning.hidden {
display: none;
}
\ No newline at end of file
}
......@@ -44,8 +44,8 @@
<div class="update-progress hidden">
<h2 id="update-progress-title"></h2>
<div id="update-progress-icon" class="icon-loading-dark"></div>
<p id="update-progress-message-error" class="warning hidden"></p>
<ul id="update-progress-message-warnings" class="warning hidden"></ul>
<p id="update-progress-message-error" class="hidden"></p>
<ul id="update-progress-message-warnings" class="hidden"></ul>
<p id="update-progress-message"></p>
<a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a>
<div id="update-progress-detailed" class="hidden warning"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment