mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Initial work on dashboard list view
This commit is contained in:
parent
bd0b23e612
commit
120fc5296a
2 changed files with 50 additions and 1 deletions
|
@ -448,6 +448,55 @@
|
||||||
.html-thumbnail.misc.fileimagehover .overlay {
|
.html-thumbnail.misc.fileimagehover .overlay {
|
||||||
margin: 1px 0 0 2px;
|
margin: 1px 0 0 2px;
|
||||||
}
|
}
|
||||||
|
.files .list.list-view {
|
||||||
|
.upload-Boundary {
|
||||||
|
padding: 0;
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
.file {
|
||||||
|
padding: 3px 0;
|
||||||
|
margin: 0;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
.title {
|
||||||
|
margin: 0;
|
||||||
|
margin-left: 7px;
|
||||||
|
margin-top: 2px;
|
||||||
|
float: left;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.html-thumbnail, .misc-icon {
|
||||||
|
margin: 0;
|
||||||
|
margin-left: 4px;
|
||||||
|
float: left;
|
||||||
|
width: 23px;
|
||||||
|
height: 23px;
|
||||||
|
background-size: 23px;
|
||||||
|
padding: 0;
|
||||||
|
font-size: 8px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 23px;
|
||||||
|
max-height: 23px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.misc-icon {
|
||||||
|
padding-top: 8px;
|
||||||
|
}
|
||||||
|
.folder-icon {
|
||||||
|
background-position: 0 4px;
|
||||||
|
background-size: 23px;
|
||||||
|
height: 23px;
|
||||||
|
}
|
||||||
|
.file > .overlay {
|
||||||
|
border-radius: 3px;
|
||||||
|
}
|
||||||
|
.html-thumbnail > .overlay {
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
}
|
||||||
.site-actions {
|
.site-actions {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
<a href="#" class="btn-Action" onclick="clickUploadFiles(); return false"><i class="fa fa-arrow-circle-up"></i> Upload</a>
|
<a href="#" class="btn-Action" onclick="clickUploadFiles(); return false"><i class="fa fa-arrow-circle-up"></i> Upload</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="list">
|
<div class="list list-view">
|
||||||
<form action="/site_files/upload" class="dropzone" id="uploads">
|
<form action="/site_files/upload" class="dropzone" id="uploads">
|
||||||
<div class="dz-message" style="display: none"></div>
|
<div class="dz-message" style="display: none"></div>
|
||||||
<input name="csrf_token" type="hidden" value="<%= csrf_token %>">
|
<input name="csrf_token" type="hidden" value="<%= csrf_token %>">
|
||||||
|
|
Loading…
Add table
Reference in a new issue