aboutsummaryrefslogtreecommitdiffstats
path: root/apps/remoteStorage
diff options
context:
space:
mode:
authorMichiel de Jong <michiel@unhosted.org>2012-05-14 17:05:35 +0200
committerMichiel de Jong <michiel@unhosted.org>2012-05-14 17:05:35 +0200
commit4c6d11e223580d9652dedf6a1d7de42be896fe1a (patch)
treebee046f817c0d67cda2955c4ae80158ab9591c9e /apps/remoteStorage
parent18c8896b3c27ca1419ddf6e79cb296d51db3c201 (diff)
downloadnextcloud-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 'apps/remoteStorage')
-rw-r--r--apps/remoteStorage/auth.css8
-rwxr-xr-xapps/remoteStorage/auth.php4
-rw-r--r--apps/remoteStorage/remoteStorage-big.pngbin9742 -> 0 bytes
3 files changed, 2 insertions, 10 deletions
diff --git a/apps/remoteStorage/auth.css b/apps/remoteStorage/auth.css
deleted file mode 100644
index 2dedad5dd0f..00000000000
--- a/apps/remoteStorage/auth.css
+++ /dev/null
@@ -1,8 +0,0 @@
-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/apps/remoteStorage/auth.php b/apps/remoteStorage/auth.php
index fcbeda44910..a54be37b2e6 100755
--- a/apps/remoteStorage/auth.php
+++ b/apps/remoteStorage/auth.php
@@ -67,7 +67,7 @@ if($userId && $appUrl && $categories) {
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="../../../core/img/favicon.png" /><link rel="apple-touch-icon-precomposed" href="../../../core/img/favicon-touch.png" />
<link rel="stylesheet" href="../../../core/css/styles.css" type="text/css" media="screen" />
- <link rel="stylesheet" href="?app=remoteStorage&getfile=auth.css" type="text/css" media="screen" />
+ <link rel="stylesheet" href="../../../core/css/auth.css" type="text/css" media="screen" />
</head>
<body id="body-login">
<div id="login">
@@ -78,7 +78,7 @@ if($userId && $appUrl && $categories) {
</header>
<section id="main">
<div id="oauth">
- <h2><img src="?app=remoteStorage&getfile=remoteStorage-big.png" alt="remoteStorage" /></h2>
+ <h2><img src="../../../core/img/remoteStorage-big.png" alt="remoteStorage" /></h2>
<p><strong><?php $appUrlParts = explode('/', $_GET['redirect_uri']); echo htmlentities($appUrlParts[2]); ?></strong>
requests read &amp; write access to your
<?php
diff --git a/apps/remoteStorage/remoteStorage-big.png b/apps/remoteStorage/remoteStorage-big.png
deleted file mode 100644
index 7c429a6a738..00000000000
--- a/apps/remoteStorage/remoteStorage-big.png
+++ /dev/null
Binary files differ