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