diff options
author | raghunayyar <me@iraghu.com> | 2014-01-16 23:35:30 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2014-01-16 23:35:30 +0530 |
commit | 4f593f99b60ae5a966548d080482a8ce73e2c3f6 (patch) | |
tree | 383ffdb7be5b84eab2e6e0dedb0bb9a83b1b68f5 | |
parent | b7b83377c57189d262d3c2f92cdb864b35afc3b1 (diff) | |
download | nextcloud-server-4f593f99b60ae5a966548d080482a8ce73e2c3f6.tar.gz nextcloud-server-4f593f99b60ae5a966548d080482a8ce73e2c3f6.zip |
Removes Bogus classes from previous commits.
-rw-r--r-- | apps/files_trashbin/css/trash.css | 4 | ||||
-rw-r--r-- | apps/files_trashbin/templates/index.php | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/apps/files_trashbin/css/trash.css b/apps/files_trashbin/css/trash.css index b32c2df591d..434836a2b81 100644 --- a/apps/files_trashbin/css/trash.css +++ b/apps/files_trashbin/css/trash.css @@ -1,5 +1,3 @@ #fileList td a.file, #fileList td a.file span { cursor: default; -} -.trash-controls { top: 45px; } -.trash-filestable { top: -35px !important; } /* To avoid the clashes with #filestable in files */
\ No newline at end of file +}
\ No newline at end of file diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 45851d7f49f..f9264d4352c 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -1,4 +1,4 @@ -<div id="controls" class="trash-controls"> +<div id="controls"> <?php print_unescaped($_['breadcrumb']); ?> <div id="file_action_panel"></div> </div> @@ -10,7 +10,7 @@ <input type="hidden" id="disableSharing" data-status="<?php p($_['disableSharing']); ?>"></input> <input type="hidden" name="dir" value="<?php p($_['dir']) ?>" id="dir"> -<table id="filestable" class="trash-filestable"> +<table id="filestable"> <thead> <tr> <th id='headerName'> |