Easy tuning
This commit is contained in:
parent
c18c5766ae
commit
d8c59c9b4d
@ -39,7 +39,7 @@
|
||||
<td class="buttons">
|
||||
<% unless system %>
|
||||
<% if defined?(EasyExtensions) %>
|
||||
<%= link_to '', '#', title: l(:button_actions), class: 'icon-only icon-actions js-contextmenu' %>
|
||||
<%= link_to '', '#', title: l(:button_actions), class: 'icon-only icon-actions js-contextmenu icon-more-horiz' %>
|
||||
<% else %>
|
||||
<%= link_to_context_menu %>
|
||||
<% end %>
|
||||
|
||||
@ -99,7 +99,7 @@
|
||||
<% if revision.description.present? %>
|
||||
<div class="status attribute">
|
||||
<%= content_tag :div, l(:label_description), class: 'label' %>
|
||||
<% text = clean_wiki_text(textilizable(revision.description)) %>
|
||||
<% text = clean_wiki_text(textilizable(h(revision.description))) %>
|
||||
<%= content_tag :div, text.html_safe, class: 'value wiki' %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
@ -31,10 +31,6 @@
|
||||
.dmsf-tree.idnt-9 td.dmsf-title { padding-left: 6.5em; }
|
||||
|
||||
/* Font icons */
|
||||
table.dmsf > tbody > tr > td a.icon-actions::before {
|
||||
content: "\F01D8";
|
||||
}
|
||||
|
||||
#sidebar ul > li > a.icon-only.icon-clear-query {
|
||||
background-image: url(../../../images/close_hl.png);
|
||||
background-repeat: no-repeat;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user