diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 67bd569ceef3e7577bfaec11155656658b341482..620fe8606be1f00544460321036938c780d3d8e2 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -55,7 +55,7 @@ font-size:1.5em; font-weight:bold; color:#888; text-shadow:#fff 0 1px 0; } -table { position:relative; width:100%; } +table { position:relative; top:37px; width:100%; } tbody tr { background-color:#fff; height:2.5em; } tbody tr:hover, tbody tr:active, tbody tr.selected { background-color:#f8f8f8; } tbody tr.selected { background-color:#eee; } @@ -76,7 +76,6 @@ table th#headerDate, table td.date { min-width:11em; padding:0 .1em 0 1em; text- table.multiselect { top:63px; } table.multiselect thead { position:fixed; top:82px; z-index:1; } table.multiselect thead th { background:rgba(230,230,230,.8); color:#000; font-weight:bold; border-bottom:0; } - table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; } table td.filename a.name { display:block; height:1.5em; vertical-align:middle; margin-left:3em; } table tr[data-type="dir"] td.filename a.name span.nametext {font-weight:bold; } diff --git a/apps/files/templates/index.php b/apps/files/templates/index.php index 7cf65915af038b6bb323d8892c7b76a41656efaf..60756db40149e1175b7b5a3e47c385ab6649a2ef 100644 --- a/apps/files/templates/index.php +++ b/apps/files/templates/index.php @@ -59,7 +59,7 @@ <div id="emptyfolder"><?php echo $l->t('Nothing in here. Upload something!')?></div> <?php endif; ?> -<table class="hascontrols"> +<table> <thead> <tr> <th id='headerName'> diff --git a/apps/files_trashbin/templates/index.php b/apps/files_trashbin/templates/index.php index 24e4a0e6c697249c5aeb5a5150028c747616bcaa..c3e51b4becdfe4d5aad5e30a61c508453416000f 100644 --- a/apps/files_trashbin/templates/index.php +++ b/apps/files_trashbin/templates/index.php @@ -9,7 +9,7 @@ <div id="emptyfolder"><?php echo $l->t('Nothing in here. Your trash bin is empty!')?></div> <?php endif; ?> -<table class="hascontrols"> +<table> <thead> <tr> <th id='headerName'>