From 89eab5679656afc89442ffc3adf5316af46606c1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 13 Jul 2013 21:23:46 +0200 Subject: Make certain items seem more clickable --- static/js/main.js | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'static/js') diff --git a/static/js/main.js b/static/js/main.js index 3e5ae07..e8991ad 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -37,11 +37,13 @@ var StoryTaskRow = React.createClass({ return ( - - + + - + {" "} {this.state.state} @@ -149,17 +151,19 @@ var StoryRow = React.createClass({ return ( - - + + - + {" "} {this.state.state} - + As a {this.props.story.role}, I {this.props.story.necessity} to {this.props.story.title} -- cgit v1.2.3-54-g00ecf