mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Merge branch 'master' of github.com:neocities/neocities
This commit is contained in:
commit
5a07d9d0f1
2 changed files with 3 additions and 3 deletions
|
@ -233,7 +233,7 @@
|
|||
}
|
||||
.files {
|
||||
float:left;
|
||||
background: #E4D8CB;
|
||||
background: #EAE1D5;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
margin-top: 7px;
|
||||
|
@ -278,7 +278,7 @@
|
|||
padding: 10px;
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 8px;
|
||||
border-radius: 8px;
|
||||
border-radius: 6px;
|
||||
min-height: 300px;
|
||||
}
|
||||
.files .list .upload-Boundary.with-instruction {
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<div class="actions">
|
||||
<a href="#createFile" class="btn-Action" data-toggle="modal"><i class="fa fa-file"></i> New Page / File</a>
|
||||
<a href="#createFile" class="btn-Action" data-toggle="modal"><i class="fa fa-file"></i> New File</a>
|
||||
<a href="#createDir" class="btn-Action" data-toggle="modal"><i class="fa fa-folder"></i> New Folder</a>
|
||||
<a href="#" class="btn-Action" onclick="clickUploadFiles(); return false"><i class="fa fa-arrow-circle-up"></i> Upload</a>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue