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:
authorTom Needham <tom@owncloud.com>2012-07-30 14:51:00 +0400
committerTom Needham <tom@owncloud.com>2012-07-30 14:51:00 +0400
commit138c66a2ba1fdc7b44297bfe8498c200d6d2f250 (patch)
treefdbcaf6f3b79ee0ca427ccba88800382853b9c34 /settings/css
parent5933d4390107224071f8265afd81222b69f98de7 (diff)
Improve styling of permission request page
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/oauth.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/css/oauth.css b/settings/css/oauth.css
new file mode 100644
index 00000000000..8bc8c8d428b
--- /dev/null
+++ b/settings/css/oauth.css
@@ -0,0 +1,2 @@
+.guest-container{ width:35%; margin: 2em auto 0 auto; }
+#oauth-request button{ float: right; } \ No newline at end of file