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="box" style="height:' + (_options.height-85) + 'px;">',
|
||||||
'<div class="menu-panel">',
|
'<div class="menu-panel">',
|
||||||
'<% _.each(items, function(item) { %>',
|
'<% _.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>',
|
||||||
'<div class="separator"/>',
|
'<div class="separator"/>',
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
.btn-category {
|
.btn-category {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 8px 2px 8px 12px;
|
padding: 9px 2px 9px 12px;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue