Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-06-07 20:09:49 +0300
committerLukas Reschke <lukas@owncloud.com>2016-06-27 11:26:22 +0300
commit363b76faee862e1cccd826d25a0f208ef656e1bc (patch)
treebd6aedd5bc65e5bd331e57fe655bdf7b471de59d /apps/theming/css/settings-admin.css
parent20d250a674b1d89cafb324cd7157b77bedc2e5fd (diff)
basic information architecture for the theming app
Diffstat (limited to 'apps/theming/css/settings-admin.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;
+}