summaryrefslogtreecommitdiffstats
path: root/settings/css
diff options
context:
space:
mode:
authorTom Needham <tom@owncloud.com>2012-07-30 16:41:07 +0000
committerTom Needham <tom@owncloud.com>2012-07-30 16:41:07 +0000
commit91daf54d7c1ad009843d28a7791e67f4dc37f56d (patch)
treee0c3f11c6e707e07e256aa03878f62c6c642f5c0 /settings/css
parent2f84a8d74627cb20cfae1ac4c004af393b8b07de (diff)
downloadnextcloud-server-91daf54d7c1ad009843d28a7791e67f4dc37f56d.tar.gz
nextcloud-server-91daf54d7c1ad009843d28a7791e67f4dc37f56d.zip
Check if required apps are installed
Diffstat (limited to 'settings/css')
-rw-r--r--settings/css/oauth.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/css/oauth.css b/settings/css/oauth.css
index 8bc8c8d428b..ccdb98cfa39 100644
--- a/settings/css/oauth.css
+++ b/settings/css/oauth.css
@@ -1,2 +1,4 @@
.guest-container{ width:35%; margin: 2em auto 0 auto; }
-#oauth-request button{ float: right; } \ No newline at end of file
+#oauth-request a.button{ float: right; }
+#oauth-request ul li{ list-style: disc; }
+#oauth-request ul { margin-left: 2em; margin-top: 1em; }