Этот коммит содержится в:
Asaad Mahmood
2015-07-23 12:06:56 +05:00
родитель dc79707787
Коммит 3f06d763e8
4 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@@ -191,7 +191,7 @@ module.exports = React.createClass({
</button>; </button>;
var right_sidebar_collapse_button= currentId == null ? null : 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}> <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>; </button>;

Просмотреть файл

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

Просмотреть файл

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

Просмотреть файл

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