1
0

Styles adjustments

This commit is contained in:
cryptogopher 2020-04-30 18:50:28 +02:00
parent e74c707729
commit 9ccd41b422
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
@nutrients[q][:mfu_unit]) %>
</td>
<% end %>
<td class="unwrappable" style="width: 1%; text-align: right;">
<td class="action unwrappable" style="width: 1%; text-align: right;">
<%# Moved to helper to avoid spaces between buttons %>
<%= adjustment_buttons(i) %>
</td>

View File

@ -14,7 +14,7 @@ table.list .quantityhead {
}
table.list .action,
table.list .value {text-align: right;}
table.list .value {text-align: right; padding-right: 2px;}
table.list .closable {padding-right: 0;}
table.list .unwrappable {white-space: nowrap;}
@ -24,7 +24,7 @@ table.list .ellipsible {
white-space: nowrap;
max-width: 1px;
}
table.list .buttonable {line-height: 1.8em;}
table.list tr.buttonable {line-height: 1.8em;}
table.list td.form {
padding-right: 2px;