Updated dashboard

File name column will now try to occupy 25% of the table's width.
This commit is contained in:
Bobby Wibowo 2018-04-04 02:05:15 +07:00
parent c42a88a64b
commit f8323261bd
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
3 changed files with 8 additions and 8 deletions

View File

@ -13,11 +13,11 @@
<link rel="stylesheet" type="text/css" href="libs/bulma/bulma.min.css?v=8FbubjpYRC">
<link rel="stylesheet" type="text/css" href="libs/fontello/fontello.css?v=YBMnkTE6GB">
<link rel="stylesheet" type="text/css" href="css/style.css?v=YBMnkTE6GB">
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=RLPtEH87fK">
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=YXK9PzZfYP">
<script type="text/javascript" src="libs/sweetalert/sweetalert.min.js?v=8FbubjpYRC"></script>
<script type="text/javascript" src="libs/axios/axios.min.js?v=8FbubjpYRC"></script>
<script type="text/javascript" src="libs/clipboard.js/clipboard.min.js?v=8FbubjpYRC"></script>
<script type="text/javascript" src="js/dashboard.js?v=YBMnkTE6GB"></script>
<script type="text/javascript" src="js/dashboard.js?v=YXK9PzZfYP"></script>
<!-- Open Graph tags -->
<meta property="og:type" content="website" />

View File

@ -189,13 +189,13 @@ html {
background-color: #ff3860;
}
.table th {
color: #eff0f1;
height: 2.25em;
}
.table td,
.table th {
border: 0;
white-space: nowrap;
}
.table th {
color: #eff0f1;
height: 2.25em;
}

View File

@ -236,7 +236,7 @@ panel.getUploads = (album, page, element) => {
<thead>
<tr>
<th><input id="selectAll" type="checkbox" title="Select all files" onclick="panel.selectAllFiles(this)"></th>
<th>File</th>
<th style="width: 25%">File</th>
<th>${albumOrUser}</th>
<th>Size</th>
<th>Date</th>