diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2016-06-07 19:09:49 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-06-27 10:26:22 +0200 |
commit | 363b76faee862e1cccd826d25a0f208ef656e1bc (patch) | |
tree | bd6aedd5bc65e5bd331e57fe655bdf7b471de59d /apps/theming/css | |
parent | 20d250a674b1d89cafb324cd7157b77bedc2e5fd (diff) | |
download | nextcloud-server-363b76faee862e1cccd826d25a0f208ef656e1bc.tar.gz nextcloud-server-363b76faee862e1cccd826d25a0f208ef656e1bc.zip |
basic information architecture for the theming app
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/settings-admin.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/theming/css/settings-admin.css b/apps/theming/css/settings-admin.css index e69de29bb2d..c058953545e 100644 --- a/apps/theming/css/settings-admin.css +++ b/apps/theming/css/settings-admin.css @@ -0,0 +1,3 @@ +#theming input { + width: 17em; +} |