diff options
author | Andreas Jacobsen <anjac@itu.dk> | 2017-06-28 14:27:08 +0200 |
---|---|---|
committer | Andreas Jacobsen <anjac@itu.dk> | 2017-06-28 14:27:08 +0200 |
commit | b4e05e8c589a838c5d3dc849b2f126380b28e040 (patch) | |
tree | 4ad367eb006006669297fe109db335dd2a327bb4 /settings/css | |
parent | 5c43f71d626f3daf75255efdd88bf1d62d20bb30 (diff) | |
download | nextcloud-server-b4e05e8c589a838c5d3dc849b2f126380b28e040.tar.gz nextcloud-server-b4e05e8c589a838c5d3dc849b2f126380b28e040.zip |
Fixed typos
Diffstat (limited to 'settings/css')
-rw-r--r-- | settings/css/settings.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/settings/css/settings.css b/settings/css/settings.css index 5f4fa12f2db..7e257eec9ff 100644 --- a/settings/css/settings.css +++ b/settings/css/settings.css @@ -35,12 +35,12 @@ input#pass1, input#pass2, input#passwordbutton { float: right; } -.icon-avartar-federation-menu { +.icon-avatar-federation-menu { position: absolute; - width: 44px; - top: -6px; - left: 129px; - z-index: 10; + width: 44px; + top: -6px; + left: 129px; + z-index: 10; } /* icons for sidebar */ |