This commit is contained in:
Asaad Mahmood
2015-07-23 12:06:56 +05:00
parent dc79707787
commit 3f06d763e8
4 changed files with 6 additions and 4 deletions

View File

@@ -191,7 +191,7 @@ module.exports = React.createClass({
</button>;
var right_sidebar_collapse_button= currentId == null ? null :
<button type="button" className="navbar-toggle menu-toggle pull-right" data-toggle="collapse" data-target="#sidebar-nav" onClick={this.toggleRightSidebar}>
<span className="dropdown__icon"></span>
<span dangerouslySetInnerHTML={{__html: " <svg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'width='4px' height='16px' viewBox='0 0 8 32' enable-background='new 0 0 8 32' xml:space='preserve'> <g> <circle cx='4' cy='4.062' r='4'/> <circle cx='4' cy='16' r='4'/> <circle cx='4' cy='28' r='4'/> </g> </svg>"}} />
</button>;

View File

@@ -119,7 +119,7 @@
}
.header__info {
color: #fff;
padding-left: 3px
padding-left: 6px;
}
.team__name, .user__name {
display: block;

View File

@@ -24,9 +24,10 @@
border-radius: 0;
margin: 0;
padding: 0 10px;
line-height: 50px;
line-height: 53px;
height: 50px;
z-index: 5;
fill: #fff;
.icon-bar {
background: #fff;
width: 21px;

View File

@@ -5,9 +5,10 @@
width: auto;
height: auto;
position: absolute;
top: 17px;
top: 1px;
right: 15px;
cursor: pointer;
padding: 1em 0;
z-index: 5;
display: none;
}