| commit | f9f0beec8492e05a459bd7080ad095b4cf9292bc | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Tue Jun 11 20:10:05 2024 +0400 |
| committer | gio <gio@v1.dodo.cloud> | Thu Jun 13 13:57:38 2024 +0400 |
| tree | 61f8cb3afbd01bdecaf04d3d2005f31c09adc914 | |
| parent | 56bcf2524a384c66ffe99d5172054c12e51c2ee1 [diff] [blame] |
AppManager: improve installation status page * Status is refreshed in the background * Render release item infos instead of internal names Change-Id: I63a6082656e4e6772a4b5c734c5dd5c23141f70b
diff --git a/core/installer/welcome/static/appmanager.css b/core/installer/welcome/static/appmanager.css index d5015f5..2f3564f 100644 --- a/core/installer/welcome/static/appmanager.css +++ b/core/installer/welcome/static/appmanager.css
@@ -220,3 +220,15 @@ margin: 0; padding: 0; } + +.progress { + padding-left: 0; +} + +.progress ul { + padding-left: 15px; +} + +.progress li { + list-style-type: none; +}