]> source.dussan.org Git - nextcloud-server.git/commitdiff
switch nested containers in update to semibold style
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 3 Aug 2016 16:58:44 +0000 (18:58 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 3 Aug 2016 16:58:44 +0000 (18:58 +0200)
core/css/update.css
core/templates/update.admin.php

index b1e086af3fd2d0f6c9ba4d32052dd2f07667291d..0c42449b07fcbe0ee099f46c80334bf4be2e80a8 100644 (file)
@@ -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
+}
index 87f93967d910559c62ffcc5941d667b550513693..967160af66ceef5cf87551b451b1d624f87bec1c 100644 (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>