mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-02-10 22:54:55 -05:00
Add back minimum-spend div and fix styling.
This commit is contained in:
@@ -4274,6 +4274,11 @@ ul.tabmenu.formtab {
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.minimum-spend {
|
||||
display: inline;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
.prefright p.minimum-spend.error {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
|
||||
@@ -325,7 +325,9 @@ ${self.javascript_setup()}
|
||||
value="${format_decimal(5 * thing.min_bid, format='.00', locale=c.locale)}"
|
||||
data-min_bid="${thing.min_bid}"
|
||||
data-base_cpm="${g.cpm_selfserve.pennies}"/>
|
||||
 ${_('%(minimum)s minimum') % dict(minimum=format_currency(thing.min_bid, 'USD', locale=c.locale))}
|
||||
<div class="minimum-spend">
|
||||
${_('%(minimum)s minimum') % dict(minimum=format_currency(thing.min_bid, 'USD', locale=c.locale))}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user