diff options
Diffstat (limited to 'web/app.css')
-rw-r--r-- | web/app.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/app.css b/web/app.css index c006931f..f9f28bb9 100644 --- a/web/app.css +++ b/web/app.css @@ -25,7 +25,9 @@ body.x-border-layout-ct, div.x-border-layout-ct { } #update { - margin: 20px; + position: absolute; + width: 100%; + top: 20px; font-weight: bold; text-align: center; } |