Allow updated UI on pages other than promoted/edit_promo.

This commit is contained in:
Matt Lee
2014-08-05 15:09:06 -07:00
parent 50d358de0b
commit 788549415b
3 changed files with 7 additions and 3 deletions

View File

@@ -5837,7 +5837,7 @@ div #campaign-field {
}
}
.campaign {
.sponsored-page {
.checkbox-group,
.radio-group,
.form-group,
@@ -5914,6 +5914,10 @@ div #campaign-field {
}
.create-promotion {
}
.sponsored-page {
@bg-color: lighten(#cee3f8, 5%);
width: 800px;
margin: auto;

View File

@@ -31,7 +31,7 @@
${unsafe(js.use('sponsored'))}
<div class="create-promotion">
<div class="create-promotion sponsored-page">
<div class="dashboard creative-dashboard">
<header>
<h2>${_("creative dashboard")}</h2>

View File

@@ -25,7 +25,7 @@
<%namespace name="utils" file="utils.html"/>
<div class="create-promotion">
<div class="create-promotion sponsored-page">
<div class="dashboard">
<header>
<h2>new promotion</h2>