diff options
author | Bjoern Schiessle <bjoern@schiessle.org> | 2016-06-09 21:46:30 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-06-27 10:26:22 +0200 |
commit | 10f6ca20bcf521f125700f892b09bf745a595ea7 (patch) | |
tree | 668da5e4ba4580ede60773abf254e42c46fb5a97 /apps/theming/css | |
parent | 363b76faee862e1cccd826d25a0f208ef656e1bc (diff) | |
download | nextcloud-server-10f6ca20bcf521f125700f892b09bf745a595ea7.tar.gz nextcloud-server-10f6ca20bcf521f125700f892b09bf745a595ea7.zip |
write theme settings to database
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/settings-admin.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/theming/css/settings-admin.css b/apps/theming/css/settings-admin.css index c058953545e..b0739465ef2 100644 --- a/apps/theming/css/settings-admin.css +++ b/apps/theming/css/settings-admin.css @@ -1,3 +1,24 @@ #theming input { width: 17em; } + +#theming .upload-logo-field { + display: none; +} + +#theming .theme-undo { + cursor: pointer; +} + +#theming .icon { + display: inline-block; +} + +#theming .theming-label { + min-width: 6em; + display: inline-block; +} + +#theming .icon-upload { + display: inline-flex; +} |