Skip to content

Commit

Permalink
Fix add btn style.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Apr 20, 2015
1 parent 1200106 commit cc57422
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,14 @@
background-color: #3498db;
border-radius: 15px 5px 5px 15px;
color: #fff;
display: inline-block;
font-size: 13px;
margin-bottom: -4px;
overflow: hidden;
padding: 5px 8px;
&:hover {
color: #fff;
text-decoration: none;
background-color: #1f5f81;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{% block page_title -%}
Menu Item
<a href="{{ path('clastic_backoffice_menu_item_form', {menuId: menuId}) }}"><i class="fa fa-plus-circle text-success"></i></a>
<a class="btn-add" href="{{ path('clastic_backoffice_menu_item_form', {menuId: menuId}) }}"><i class="fa fa-plus"></i> Add</a>
{%- endblock %}

{% block list_header %}
Expand Down

0 comments on commit cc57422

Please sign in to comment.