diff options
author | Michiel de Jong <michiel@unhosted.org> | 2012-05-14 17:05:35 +0200 |
---|---|---|
committer | Michiel de Jong <michiel@unhosted.org> | 2012-05-14 17:05:35 +0200 |
commit | 4c6d11e223580d9652dedf6a1d7de42be896fe1a (patch) | |
tree | bee046f817c0d67cda2955c4ae80158ab9591c9e /core | |
parent | 18c8896b3c27ca1419ddf6e79cb296d51db3c201 (diff) | |
download | nextcloud-server-4c6d11e223580d9652dedf6a1d7de42be896fe1a.tar.gz nextcloud-server-4c6d11e223580d9652dedf6a1d7de42be896fe1a.zip |
move auth.css and remoteStorage-big.png to assets folders From where they can be included
Diffstat (limited to 'core')
-rw-r--r-- | core/css/auth.css | 8 | ||||
-rw-r--r-- | core/img/remoteStorage-big.png | bin | 0 -> 9742 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/core/css/auth.css b/core/css/auth.css new file mode 100644 index 00000000000..2dedad5dd0f --- /dev/null +++ b/core/css/auth.css @@ -0,0 +1,8 @@ +h2 { font-size:2em; font-weight:bold; margin-bottom:1em; white-space:nowrap; } +ul.scopes { list-style:disc; } +ul.scopes li { white-space:nowrap; } +h2 img { width: 50% } +#oauth { margin:4em auto 2em; width:20em; } +#allow-auth { background-color:#5c3; text-shadow:#5e3 0 1px 0; color:#fff; +-webkit-box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset; -moz-box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset; box-shadow:0 1px 1px #fff, 0 1px 1px #5f3 inset; } +#deny-auth { padding:0; margin:.7em; border:0; background:none; font-size:1.2em; -moz-box-shadow: 0 0 0 #fff, 0 0 0 #fff inset; -webkit-box-shadow: 0 0 0 #fff, 0 0 0 #fff inset; box-shadow: 0 0 0 #fff, 0 0 0 #fff inset; } diff --git a/core/img/remoteStorage-big.png b/core/img/remoteStorage-big.png Binary files differnew file mode 100644 index 00000000000..7c429a6a738 --- /dev/null +++ b/core/img/remoteStorage-big.png |