diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-04-07 13:24:51 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-04-07 13:24:51 +0200 |
commit | 84285011cec209db4045e832ef03b96c7f07c1c2 (patch) | |
tree | 97cd54c8926f7af929d282dce7a7d031ec89beed /core/css/auth.css | |
parent | 9c8596e95b81f9d5ddcd7132ac0134b0ffed67e5 (diff) | |
parent | 3c9f5884490ab2e2d04eec1eb547aba036a1386e (diff) | |
download | nextcloud-server-84285011cec209db4045e832ef03b96c7f07c1c2.tar.gz nextcloud-server-84285011cec209db4045e832ef03b96c7f07c1c2.zip |
Merge branch 'master' into routing-cache-webroot
Diffstat (limited to 'core/css/auth.css')
-rw-r--r-- | core/css/auth.css | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/core/css/auth.css b/core/css/auth.css deleted file mode 100644 index 70df9f0ae0f..00000000000 --- a/core/css/auth.css +++ /dev/null @@ -1,39 +0,0 @@ -h2 { - font-size:32px; - font-weight:700; - margin-bottom:16px; - white-space:nowrap; -} - -ul.scopes { - list-style:disc; -} - -ul.scopes li { - white-space:nowrap; -} - -h2 img { - width:50%; -} - -#oauth { - width:320px; - margin:64px auto 32px; -} - -#allow-auth { - background-color:#5c3; - box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset; - color:#fff; - text-shadow:#5e3 0 1px 0; -} - -#deny-auth { - background:none; - border:0; - box-shadow:0 0 0 #fff, 0 0 0 #fff inset; - font-size:19px; - margin:11px; - padding:0; -} |