mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-02-21 19:21:13 +00:00
Smarten up previous gather
This commit is contained in:
parent
3613df3475
commit
b6a7190b51
2 changed files with 9 additions and 8 deletions
|
@ -737,10 +737,10 @@ var Gatherers = React.createClass({
|
|||
var CompletedGather = React.createClass({
|
||||
render() {
|
||||
return (
|
||||
<div>
|
||||
<h4 className="headline previous-headline">
|
||||
<strong>Previous Gather</strong>
|
||||
</h4>
|
||||
<div id="previous_gather">
|
||||
<div className="panel panel-default add-bottom">
|
||||
<div className="panel-heading">Previous Gather</div>
|
||||
</div>
|
||||
<GatherTeams gather={this.props.gather} />
|
||||
<GatherVotingResults gather={this.props.gather} maps={this.props.maps} servers={this.props.servers}/>
|
||||
</div>
|
||||
|
|
|
@ -85,10 +85,6 @@ html, body {
|
|||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.previous-headline {
|
||||
margin-top: 2em;
|
||||
};
|
||||
|
||||
.jumbo-auth {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
@ -116,3 +112,8 @@ html, body {
|
|||
#gatherers-panel > .panel {
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
#previous_gather {
|
||||
margin-top: 2em;
|
||||
border-top: 1px solid #FAFAFA;
|
||||
}
|
Loading…
Reference in a new issue