Styles adjustments
This commit is contained in:
parent
e74c707729
commit
9ccd41b422
@ -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>
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user