diff options
author | Tom Needham <needham.thomas@gmail.com> | 2014-04-05 00:13:33 +0100 |
---|---|---|
committer | Tom Needham <needham.thomas@gmail.com> | 2014-04-05 00:13:33 +0100 |
commit | 861394c88d1e928524c3b51bd0927c2569e69c7a (patch) | |
tree | bf055193c357af70f919bc2d1a1dae09108d433f /core | |
parent | 797bb7b9cc6ef346aae5f2e2d72a992a465e644b (diff) | |
parent | ce1b38290569ef26082389107b20e119334bcbaf (diff) | |
download | nextcloud-server-861394c88d1e928524c3b51bd0927c2569e69c7a.tar.gz nextcloud-server-861394c88d1e928524c3b51bd0927c2569e69c7a.zip |
Merge pull request #8061 from owncloud/remove-uneeded-file
Remove uneeded file
Diffstat (limited to 'core')
-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; -} |