Skip to content
Snippets Groups Projects
Commit 4f593f99 authored by Raghu Nayyar's avatar Raghu Nayyar
Browse files

Removes Bogus classes from previous commits.

parent b7b83377
No related branches found
No related tags found
No related merge requests found
#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
<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'>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment