Rename proposal-form HTML class to proposal-new
So it's consistent with the proposal-edit class we use in the edit action.
This commit is contained in:
@@ -315,7 +315,7 @@ $table-header: #ecf1f6;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.admin-content {
|
.admin-content {
|
||||||
.proposal-form {
|
.proposal-new {
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -245,7 +245,7 @@
|
|||||||
// ---------------------
|
// ---------------------
|
||||||
|
|
||||||
.debate-form,
|
.debate-form,
|
||||||
.proposal-form,
|
.proposal-new,
|
||||||
.budget-investment-form,
|
.budget-investment-form,
|
||||||
.document-form,
|
.document-form,
|
||||||
.topic-new,
|
.topic-new,
|
||||||
@@ -297,7 +297,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.proposal-form,
|
.proposal-new,
|
||||||
.document-form,
|
.document-form,
|
||||||
.topic-form,
|
.topic-form,
|
||||||
.topic-new {
|
.topic-new {
|
||||||
@@ -308,7 +308,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.budget-investment-new,
|
.budget-investment-new,
|
||||||
.proposal-form,
|
.proposal-new,
|
||||||
.proposal-edit,
|
.proposal-edit,
|
||||||
.polls-form,
|
.polls-form,
|
||||||
.poll-question-form,
|
.poll-question-form,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<div class="proposal-form row">
|
<div class="proposal-new row">
|
||||||
|
|
||||||
<div class="small-12 column">
|
<div class="small-12 column">
|
||||||
<%= back_link_to %>
|
<%= back_link_to %>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<div class="proposal-form">
|
<div class="proposal-new">
|
||||||
|
|
||||||
<div class="clear float-right">
|
<div class="clear float-right">
|
||||||
<%= render "/shared/print" %>
|
<%= render "/shared/print" %>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
<div class="proposal-form row">
|
<div class="proposal-new row">
|
||||||
|
|
||||||
<div class="small-12 medium-9 column">
|
<div class="small-12 medium-9 column">
|
||||||
<%= back_link_to %>
|
<%= back_link_to %>
|
||||||
|
|||||||
Reference in New Issue
Block a user