mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Dashboard tweaks
This commit is contained in:
parent
bcc9540874
commit
c49c1f961f
3 changed files with 5 additions and 5 deletions
|
@ -149,7 +149,7 @@
|
|||
.btn-Action.new-Page span {
|
||||
background-image: url(../img/new-page.png);
|
||||
background-position-y: 1px;
|
||||
padding-left: 30px;
|
||||
padding-left: 29px;
|
||||
}
|
||||
.btn-Action.new-Folder span {
|
||||
background-image: url(../img/new-folder.png);
|
||||
|
@ -157,7 +157,7 @@
|
|||
}
|
||||
.btn-Action.upload span {
|
||||
background-image: url(../img/upload.png);
|
||||
padding-left: 26px;
|
||||
padding-left: 24px;
|
||||
}
|
||||
.files .list {
|
||||
padding: 20px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,12 +23,12 @@
|
|||
|
||||
<div class="col col-50">
|
||||
<h2 class="eps">My Website</h2>
|
||||
<p style="font-size:19px; margin-top: -5px; margin-bottom: 8px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p>
|
||||
<p style="font-size:19px; margin-top: -11px; margin-bottom: 8px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p>
|
||||
<ul>
|
||||
<% if current_site.updated_at %>
|
||||
<li>Last updated <%= current_site.updated_at %></li>
|
||||
<% end %>
|
||||
<li>Using <strong><%= current_site.space_percentage_used %>% of your <%= current_site.maximum_space_in_megabytes %> MB</strong> of free space. <% if !current_site.supporter? %>Need more space? <a href="/plan">Become a Supporter</a><% end %></li>
|
||||
<li>Using <strong><%= current_site.space_percentage_used %>% of your <%= current_site.maximum_space_in_megabytes %> MB</strong>. <% if !current_site.supporter? %>Need more space? <a href="/plan">Become a Supporter!</a><% end %></li>
|
||||
<li><strong><%= current_site.hits.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %></strong> visitors</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue