summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorTom Needham <needham.thomas@gmail.com>2014-04-05 00:13:33 +0100
committerTom Needham <needham.thomas@gmail.com>2014-04-05 00:13:33 +0100
commit861394c88d1e928524c3b51bd0927c2569e69c7a (patch)
treebf055193c357af70f919bc2d1a1dae09108d433f /core
parent797bb7b9cc6ef346aae5f2e2d72a992a465e644b (diff)
parentce1b38290569ef26082389107b20e119334bcbaf (diff)
downloadnextcloud-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.css39
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;
-}