diff options
author | Bernhard Posselt <nukeawhale@gmail.com> | 2013-09-02 19:38:47 +0200 |
---|---|---|
committer | Bernhard Posselt <nukeawhale@gmail.com> | 2013-09-02 19:38:47 +0200 |
commit | 87035fc4784cacad5b29c8dbc032239aa01cb54d (patch) | |
tree | 1ddebfefa6cec4b34847ca22c0af1a2a45ab52be | |
parent | 92e90c8eb995c886b3e9cd77c14e3f0b25b95cd7 (diff) | |
download | nextcloud-server-87035fc4784cacad5b29c8dbc032239aa01cb54d.tar.gz nextcloud-server-87035fc4784cacad5b29c8dbc032239aa01cb54d.zip |
center utils
-rw-r--r-- | core/css/apps.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index 445a3b9b59f..5de146feb1f 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -129,6 +129,7 @@ /* counter and actions */ #app-navigation .utils { position: absolute; + padding: 7px 7px 0 0; right: 0; top: 0; bottom: 0; |