Change style for buttons in the advanced settings dialog.
This commit is contained in:
parent
a1db2fac69
commit
69d8618bf7
|
@ -58,7 +58,7 @@ define([
|
|||
'<div class="box" style="height:' + (_options.height-85) + 'px;">',
|
||||
'<div class="menu-panel">',
|
||||
'<% _.each(items, function(item) { %>',
|
||||
'<button class="btn btn-category" style="margin-bottom: 2px;" content-target="<%= item.panelId %>"><span class=""><%= item.panelCaption %></span></button>',
|
||||
'<button class="btn btn-category" content-target="<%= item.panelId %>"><span class=""><%= item.panelCaption %></span></button>',
|
||||
'<% }); %>',
|
||||
'</div>',
|
||||
'<div class="separator"/>',
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
.btn-category {
|
||||
text-align: left;
|
||||
padding: 8px 2px 8px 12px;
|
||||
padding: 9px 2px 9px 12px;
|
||||
line-height: normal;
|
||||
height: auto;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue