diff options
author | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-09-02 20:13:34 +0200 |
---|---|---|
committer | jbtbnl <jbtbnl@users.noreply.github.com> | 2014-09-02 20:13:34 +0200 |
commit | 70c54d485ae9ca54a0bf4eb69ac2d71d65573597 (patch) | |
tree | 496730430c533a998514f7572351193469a962a6 | |
parent | e5fec4df0c98f1fb28c48284b88be2dbfb9460e1 (diff) | |
parent | 93abef40598cc5c522d735aa31398ee20c7f65c1 (diff) | |
download | nextcloud-server-70c54d485ae9ca54a0bf4eb69ac2d71d65573597.tar.gz nextcloud-server-70c54d485ae9ca54a0bf4eb69ac2d71d65573597.zip |
Merge pull request #10816 from owncloud/app-nav-submit
Also style submit buttons for navigation inputs
-rw-r--r-- | core/css/apps.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index a657182ecaf..104de91877f 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -343,7 +343,8 @@ border: 1px solid rgba(190,190,190,.9); } - #app-navigation .app-navigation-entry-edit button { + #app-navigation .app-navigation-entry-edit button, + #app-navigation .app-navigation-entry-edit input[type="submit"] { width: 36px; height: 38px; float: left; |