mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
PromoteLinkForm: remove notes.
This commit is contained in:
@@ -4745,11 +4745,6 @@ ul.tabmenu.formtab {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.campaign .notes ul {
|
||||
font-size: x-small;
|
||||
list-style-type: disc;
|
||||
margin: 0 20px 10px;
|
||||
}
|
||||
.existing-campaigns td > button {
|
||||
margin: 2px;
|
||||
padding: 2px 4px;
|
||||
@@ -4765,8 +4760,9 @@ ul.tabmenu.formtab {
|
||||
text-align: right;
|
||||
width: auto;
|
||||
}
|
||||
.campaign .targeting, .campaign .notes {
|
||||
margin-left: 25px;
|
||||
|
||||
.campaign .targeting {
|
||||
margin-left: 25px;
|
||||
}
|
||||
.campaign .targeting input{
|
||||
width: 95%;
|
||||
|
||||
@@ -460,13 +460,6 @@ ${self.javascript_setup()}
|
||||
${thing.subreddit_selector}
|
||||
</div>
|
||||
|
||||
<div class="notes">
|
||||
<ul>
|
||||
<li>${_("You will only be charged for the portion of your budget that is actually spent. Any unspent portion will be refunded.")}</li>
|
||||
<li>${_("By targeting, your ad will only appear in front of users who subscribe to the subreddit that you specify.")}</li>
|
||||
<li>${_("You can only target one subreddit per campaign. If you would like to submit to more than one subreddit, add a new campaign (its easy, you just fill this form out again by clicking the '+ add new' button on the top right of your dashboard).")}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="buttons">
|
||||
<input type="hidden" name="campaign_id36" value="">
|
||||
|
||||
Reference in New Issue
Block a user