{this.props.children}
diff --git a/js/page/publish.js b/js/page/publish.js
index b7c9d0a28..e090d19f3 100644
--- a/js/page/publish.js
+++ b/js/page/publish.js
@@ -4,18 +4,6 @@ import FormField from '../component/form.js';
import {Link} from '../component/link.js';
import Modal from '../component/modal.js';
-
-var publishNumberStyle = {
- width: '50px',
-}, publishFieldLabelStyle = {
- display: 'inline-block',
- width: '118px',
- textAlign: 'right',
- verticalAlign: 'top',
-}, publishFieldStyle = {
- width: '330px',
-};
-
var PublishPage = React.createClass({
_requiredFields: ['name', 'bid', 'meta_title', 'meta_author', 'meta_license', 'meta_description'],
@@ -301,7 +289,7 @@ var PublishPage = React.createClass({
Bid Amount
- Credits
+ Credits
How much would you like to bid for this name?
{ !this.state.nameResolved ?
Since this name is not currently resolved, you may bid as low as you want, but higher bids help prevent others from claiming your name.
: (this.state.topClaimIsMine ?
You currently control this name with a bid of {this.state.myClaimValue} {this.state.myClaimValue == 1 ? 'credit' : 'credits'}.
@@ -321,7 +309,7 @@ var PublishPage = React.createClass({
- Description
+ Description
Not Safe For Work
@@ -398,7 +386,7 @@ var PublishPage = React.createClass({
Additional Content Information (Optional)
- Thumbnail URL
+ Thumbnail URL
diff --git a/scss/_gui.scss b/scss/_gui.scss
index 965d7ce78..1fb53790c 100644
--- a/scss/_gui.scss
+++ b/scss/_gui.scss
@@ -255,6 +255,14 @@ input[type="text"], input[type="search"]
display: inline-block;
}
+.form-field--text {
+ width: 330px;
+}
+
+.form-field--text-number {
+ width: 50px;
+}
+
.form-field-advice-container {
position: relative;
}
@@ -300,6 +308,13 @@ input[type="text"], input[type="search"]
color: #fff;
}
+.form-field-label {
+ width: 118px;
+ text-align: right;
+ vertical-align: top;
+ display: inline-block;
+}
+
.sort-section {
display: block;