mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Changed dashboard breadcrumb separator to angle icon
This commit is contained in:
parent
230a6b4b0d
commit
51bc2b3fae
2 changed files with 9 additions and 2 deletions
|
@ -160,6 +160,13 @@
|
|||
float: left;
|
||||
font-weight:bold;
|
||||
margin-top: 4px;
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
.fa-angle-right {
|
||||
font-size: 1.3em;
|
||||
margin: 0 .2em 0 .2em;
|
||||
}
|
||||
}
|
||||
.files .actions {
|
||||
float: right;
|
||||
|
@ -292,7 +299,7 @@
|
|||
display: block;
|
||||
padding-top: 35px;
|
||||
font-size: 14px;
|
||||
color: #bbb;
|
||||
color: #C0C0C0;
|
||||
font-weight: bold;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<% dir_array = @dir.split '/' %>
|
||||
<% dir_array.each_with_index do |dir,i| %>
|
||||
<% if i+1 < dir_array.length %>
|
||||
<a href="/dashboard?dir=<%= Rack::Utils.escape dir %>"><%= dir %></a> /
|
||||
<a href="/dashboard?dir=<%= Rack::Utils.escape dir %>"><%= dir %></a> <i class="fa fa-angle-right"></i>
|
||||
<% else %>
|
||||
<%= dir %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Reference in a new issue