@@ -12,7 +12,10 @@ import StarAction from '../../components/StarAction';
12
12
export default class Candidate extends Component {
13
13
static propTypes = {
14
14
//history: PropTypes.func.isRequired,
15
+ history : PropTypes . string ,
16
+ oppose_on : PropTypes . boolean ,
15
17
params : PropTypes . object . isRequired ,
18
+ support_on : PropTypes . boolean
16
19
} ;
17
20
18
21
constructor ( props ) {
@@ -41,8 +44,8 @@ export default class Candidate extends Component {
41
44
}
42
45
43
46
return (
44
- < section className = "candidate" >
45
- < div className = ' candidate-detail-route' >
47
+ < section className = "candidate well well-90 gutter-top--small " >
48
+ < div className = " candidate-detail-route list-group-item" >
46
49
{ /*
47
50
<header className="row">
48
51
<div className="col-xs-6 col-md-6 text-center">
@@ -97,14 +100,16 @@ export default class Candidate extends Component {
97
100
Courtesy of Ballotpedia.org */ }
98
101
</ div >
99
102
</ div >
100
- < div className = "col-xs-8" >
101
- < div > Running for < span className = "running-for-office-emphasis" > { candidate . office_display_name } </ span > </ div >
102
- < ItemActionBar2 we_vote_id = { candidate . we_vote_id }
103
- is_support = { candidate . is_support } is_oppose = { candidate . is_oppose }
104
- supportCount = { candidate . supportCount } opposeCount = { candidate . opposeCount } />
103
+ < div className = "row" style = { { "paddingBottom" : "10" } } >
104
+ < div className = "col-xs-8" >
105
+ < div > Running for < span className = "running-for-office-emphasis" > { candidate . office_display_name } </ span > </ div >
106
+ </ div >
105
107
</ div >
108
+ < ItemActionBar2 we_vote_id = { candidate . we_vote_id }
109
+ is_support = { candidate . is_support } is_oppose = { candidate . is_oppose }
110
+ supportCount = { candidate . supportCount } opposeCount = { candidate . opposeCount } />
106
111
</ div >
107
- < div className = "container-fluid well well -90" >
112
+ < div className = "container-fluid well-90" >
108
113
{ /* Post privately box */ }
109
114
{ /*
110
115
<ul className="list-group">
0 commit comments