summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-01-29 10:08:41 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-01-29 10:08:41 +0100
commiteafd34684ca1ceceeef01156745b00bad9e903c9 (patch)
tree3a3e7a86498b9b775f101713a1fddcea69c698e4
parentd10e137939d8f88d3dd742ec71c653628467c51d (diff)
downloadnextcloud-server-eafd34684ca1ceceeef01156745b00bad9e903c9.tar.gz
nextcloud-server-eafd34684ca1ceceeef01156745b00bad9e903c9.zip
seperate css no longer needed, use files app css instead
-rw-r--r--apps/files_trashbin/css/trash.css78
-rw-r--r--apps/files_trashbin/index.php1
2 files changed, 0 insertions, 79 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css
deleted file mode 100644
index e0dd8c6e939..00000000000
--- a/apps/files_trashbin/css/trash.css
+++ /dev/null
@@ -1,78 +0,0 @@
-body {
- background:#ddd;
-}
-
-#header {
- background:#1d2d44;
- box-shadow:0 0 10px rgba(0,0,0,.5), inset 0 -2px 10px #222;
- height:2.5em;
- left:0;
- line-height:2.5em;
- position:fixed;
- right:0;
- top:0;
- z-index:100;
- padding:.5em;
-}
-
-#details {
- color:#fff;
-}
-
-#header #undelete {
- font-weight:700;
- margin-left:2em;
-}
-
-#header #undelete img {
- padding-left:.1em;
- padding-right:.3em;
- vertical-align:text-bottom;
-}
-
-#preview {
- background:#eee;
- border-bottom:1px solid #f8f8f8;
- min-height:30em;
- padding-top:2em;
- text-align:center;
- margin:50px auto;
-}
-
-#noPreview {
- display:none;
- padding-top:5em;
-}
-
-p.info {
- color:#777;
- text-align:center;
- text-shadow:#fff 0 1px 0;
- width:22em;
- margin:2em auto;
-}
-
-p.info a {
- color:#777;
- font-weight:700;
-}
-
-#imgframe {
- height:75%;
- padding-bottom:2em;
- width:80%;
- margin:0 auto;
-}
-
-#imgframe img {
- max-height:100%;
- max-width:100%;
-}
-
-table td.filename .name {
- display:block;
- height:1.5em;
- vertical-align:middle;
- margin-left:3em;
- /*font-weight:bold;*/
-} \ No newline at end of file
diff --git a/apps/files_trashbin/index.php b/apps/files_trashbin/index.php
index 2e978ae190b..46a601cfdde 100644
--- a/apps/files_trashbin/index.php
+++ b/apps/files_trashbin/index.php
@@ -3,7 +3,6 @@
// Check if we are a user
OCP\User::checkLoggedIn();
-OCP\Util::addStyle('files_trashbin', 'trash');
OCP\Util::addScript('files_trashbin', 'trash');
OCP\Util::addScript('files_trashbin', 'disableDefaultActions');
OCP\Util::addScript('files', 'fileactions');