Move info button away from select button

This commit is contained in:
Chris Blanchard 2015-09-18 18:45:25 +01:00
parent 19ae942afd
commit b8f25a8f53
1 changed files with 1 additions and 1 deletions

View File

@ -717,13 +717,13 @@ var Gatherers = React.createClass({
<h4 className="panel-title"> <h4 className="panel-title">
{country} {gatherer.user.username} {country} {gatherer.user.username}
<span className="pull-right"> <span className="pull-right">
<span className="add-right hidden-xs">{lifeformIcons}</span>
<a data-toggle="collapse" <a data-toggle="collapse"
href={"#"+gatherer.user.id.toString() + "-collapse"} href={"#"+gatherer.user.id.toString() + "-collapse"}
aria-expanded="false" aria-expanded="false"
className="btn btn-xs btn-primary add-right" className="btn btn-xs btn-primary add-right"
aria-controls={gatherer.user.id.toString() + "-collapse"}> aria-controls={gatherer.user.id.toString() + "-collapse"}>
Info <span className="caret"></span></a> Info <span className="caret"></span></a>
<span className="add-right hidden-xs">{lifeformIcons}</span>
{action} {action}
</span> </span>
</h4> </h4>