Merge pull request #125 from asaadmahmoodspin/master

MM-1319 - Copy link and background change
Этот коммит содержится в:
Christopher Speller
2015-07-02 17:21:15 -04:00
родитель 6e1d766d1d a3d521298a
Коммит 681d4d3b78
3 изменённых файлов: 2 добавлений и 4 удалений

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

@@ -42,7 +42,7 @@ module.exports = React.createClass({
</div> </div>
<div className="modal-footer"> <div className="modal-footer">
<button type="button" className="btn btn-default" data-dismiss="modal">Close</button> <button type="button" className="btn btn-default" data-dismiss="modal">Close</button>
<button data-copy-btn type="button" className="btn btn-primary" data-clipboard-text={this.state.value}>Copy Link</button> <button data-copy-btn type="button" className="btn btn-primary pull-left" data-clipboard-text={this.state.value}>Copy Link</button>
</div> </div>
</div> </div>
</div> </div>

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

@@ -88,7 +88,7 @@
} }
.dropdown-menu { .dropdown-menu {
li a { li a {
padding: 3 20px; padding: 3px 20px;
color: #555; color: #555;
} }
} }

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

@@ -6,7 +6,6 @@
&.other--root { &.other--root {
.post-comment { .post-comment {
margin-left: -7px; margin-left: -7px;
background: #e8e8e8;
} }
} }
} }
@@ -84,7 +83,6 @@
&.other--root { &.other--root {
.post-comment { .post-comment {
margin-left: -7px; margin-left: -7px;
background: #e8e8e8;
} }
} }
} }