mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
Updated dashboard
File name column will now try to occupy 25% of the table's width.
This commit is contained in:
parent
c42a88a64b
commit
f8323261bd
@ -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" />
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user