summaryrefslogtreecommitdiffstats
path: root/apps/theming/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-06-07 19:09:49 +0200
committerLukas Reschke <lukas@owncloud.com>2016-06-27 10:26:22 +0200
commit363b76faee862e1cccd826d25a0f208ef656e1bc (patch)
treebd6aedd5bc65e5bd331e57fe655bdf7b471de59d /apps/theming/css
parent20d250a674b1d89cafb324cd7157b77bedc2e5fd (diff)
downloadnextcloud-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.css3
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;
+}