diff options
author | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-09-02 11:40:53 +0200 |
---|---|---|
committer | Bernhard Posselt <dev@bernhard-posselt.com> | 2014-09-02 11:40:53 +0200 |
commit | 93abef40598cc5c522d735aa31398ee20c7f65c1 (patch) | |
tree | 4f6df3c3e0ef3fb03017921b5e08c2a679fae867 /core/css | |
parent | 689bbbe937a56c2975160a6ba6d4ca55fdc54e3b (diff) | |
download | nextcloud-server-93abef40598cc5c522d735aa31398ee20c7f65c1.tar.gz nextcloud-server-93abef40598cc5c522d735aa31398ee20c7f65c1.zip |
also style submit buttons
Diffstat (limited to 'core/css')
-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; |