diff options
Diffstat (limited to 'core/css/update.css')
-rw-r--r-- | core/css/update.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/core/css/update.css b/core/css/update.css index 34b78a4fa98..b1e086af3fd 100644 --- a/core/css/update.css +++ b/core/css/update.css @@ -6,4 +6,21 @@ #update-progress-message { margin-bottom: 10px; +} + +.update-show-detailed { + padding: 13px; + display: block; +} + +#body-login .update a.update-show-detailed { + border-bottom: inherit; +} + +#update-progress-detailed { + text-align: left; +} + +#body-login .warning.hidden { + display: none; }
\ No newline at end of file |