diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-11-27 23:07:19 +0100 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-11-27 23:07:19 +0100 |
commit | 55d7cf8ffd1170f2397fecefaeef5749bb182f32 (patch) | |
tree | 07becef3f0f8b4417c51e8d74bad4449d0d0160a /core/css | |
parent | d9729168f94df89c28f2f456e6e7188127f30ab3 (diff) | |
download | nextcloud-server-55d7cf8ffd1170f2397fecefaeef5749bb182f32.tar.gz nextcloud-server-55d7cf8ffd1170f2397fecefaeef5749bb182f32.zip |
improve encryption message
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 5b8b39f9811..859f11ff0a8 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -486,6 +486,10 @@ label.infield { cursor:text !important; top:1.05em; left:.85em; } color: #ccc; } +#body-login .update img.float-spinner { + float: left; +} + #body-user .warning, #body-settings .warning { margin-top: 8px; padding: 5px; |