Fix spacing on rivals searches.
This commit is contained in:
parent
a9dcabf061
commit
ecd0b63971
@ -196,7 +196,7 @@ var rivals_view = createReactClass({
|
||||
}.bind(this))}
|
||||
</div>
|
||||
<div className="section">
|
||||
<form onSubmit={this.searchForPlayers}>
|
||||
<form onSubmit={this.searchForPlayers} className="padded">
|
||||
<label for="search">Name or DDR ID:</label>
|
||||
<br />
|
||||
<input
|
||||
|
@ -171,7 +171,7 @@ var rivals_view = createReactClass({
|
||||
}.bind(this))}
|
||||
</div>
|
||||
<div className="section">
|
||||
<form onSubmit={this.searchForPlayers}>
|
||||
<form onSubmit={this.searchForPlayers} className="padded">
|
||||
<label for="search">DJ Name or IIDX ID:</label>
|
||||
<br />
|
||||
<input
|
||||
|
@ -155,7 +155,7 @@ var rivals_view = createReactClass({
|
||||
}.bind(this))}
|
||||
</div>
|
||||
<div className="section">
|
||||
<form onSubmit={this.searchForPlayers}>
|
||||
<form onSubmit={this.searchForPlayers} className="padded">
|
||||
<label for="search">Name or Jubeat ID:</label>
|
||||
<br />
|
||||
<input
|
||||
|
@ -175,7 +175,7 @@ var rivals_view = createReactClass({
|
||||
}.bind(this))}
|
||||
</div>
|
||||
<div className="section">
|
||||
<form onSubmit={this.searchForPlayersName}>
|
||||
<form onSubmit={this.searchForPlayersName} className="padded">
|
||||
<label for="search">Name:</label>
|
||||
<br />
|
||||
<input
|
||||
@ -229,7 +229,7 @@ var rivals_view = createReactClass({
|
||||
null
|
||||
}
|
||||
</form>
|
||||
<form onSubmit={this.searchForPlayersID}>
|
||||
<form onSubmit={this.searchForPlayersID} className="padded">
|
||||
<label for="search">Pop'n Music ID:</label>
|
||||
<br />
|
||||
<input
|
||||
|
@ -175,7 +175,7 @@ var rivals_view = createReactClass({
|
||||
}.bind(this))}
|
||||
</div>
|
||||
<div className="section">
|
||||
<form onSubmit={this.searchForPlayersName}>
|
||||
<form onSubmit={this.searchForPlayersName} className="padded">
|
||||
<label for="search">Name:</label>
|
||||
<br />
|
||||
<input
|
||||
@ -277,7 +277,7 @@ var rivals_view = createReactClass({
|
||||
null
|
||||
}
|
||||
</form>
|
||||
<form onSubmit={this.searchForPlayersID}>
|
||||
<form onSubmit={this.searchForPlayersID} className="padded">
|
||||
<label for="search">Reflec Beat ID:</label>
|
||||
<br />
|
||||
<input
|
||||
|
@ -155,7 +155,7 @@ var rivals_view = createReactClass({
|
||||
}.bind(this))}
|
||||
</div>
|
||||
<div className="section">
|
||||
<form onSubmit={this.searchForPlayers}>
|
||||
<form onSubmit={this.searchForPlayers} className="padded">
|
||||
<label for="search">Name or SDVX ID:</label>
|
||||
<br />
|
||||
<input
|
||||
|
@ -14,6 +14,10 @@ form.inline div.row {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
form.padded {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
form.inline select {
|
||||
vertical-align: bottom;
|
||||
margin-right: 5px;
|
||||
|
@ -14,6 +14,10 @@ form.inline div.row {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
form.padded {
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
form.inline select {
|
||||
vertical-align: bottom;
|
||||
margin-right: 5px;
|
||||
|
Loading…
Reference in New Issue
Block a user