Merge pull request #294 from asaadmahmoodspin/master
Improving smoothness of RHS search
Этот коммит содержится в:
@@ -47,7 +47,7 @@ module.exports = React.createClass({
|
|||||||
</p>
|
</p>
|
||||||
</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">Cancel</button>
|
||||||
<button type="button" className="btn btn-danger" data-dismiss="modal" onClick={this.handleDelete}>Delete</button>
|
<button type="button" className="btn btn-danger" data-dismiss="modal" onClick={this.handleDelete}>Delete</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ module.exports = React.createClass({
|
|||||||
{ server_error }
|
{ server_error }
|
||||||
</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">Cancel</button>
|
||||||
<button type="button" className="btn btn-primary" onClick={this.handleEdit}>Save</button>
|
<button type="button" className="btn btn-primary" onClick={this.handleEdit}>Save</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -212,7 +212,7 @@ module.exports = React.createClass({
|
|||||||
<span>People invited automatically join Town Square channel.</span>
|
<span>People invited automatically join Town Square channel.</span>
|
||||||
</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">Cancel</button>
|
||||||
<button onClick={this.handleSubmit} type="button" className="btn btn-primary">Send Invitations</button>
|
<button onClick={this.handleSubmit} type="button" className="btn btn-primary">Send Invitations</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -139,7 +139,7 @@ module.exports = React.createClass({
|
|||||||
</form>
|
</form>
|
||||||
</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">Cancel</button>
|
||||||
<button onClick={this.handleSubmit} type="button" className="btn btn-primary">Save</button>
|
<button onClick={this.handleSubmit} type="button" className="btn btn-primary">Save</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ module.exports = React.createClass({
|
|||||||
</form>
|
</form>
|
||||||
</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">Cancel</button>
|
||||||
<button onClick={this.handleSubmit} type="button" className="btn btn-primary">Save</button>
|
<button onClick={this.handleSubmit} type="button" className="btn btn-primary">Save</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -427,9 +427,9 @@
|
|||||||
body {
|
body {
|
||||||
&.white {
|
&.white {
|
||||||
.inner__wrap {
|
.inner__wrap {
|
||||||
>.row.content {
|
>.row.content {
|
||||||
margin-bottom: -185px;
|
margin-bottom: -185px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -447,6 +447,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.search__clear {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
.search-bar__container {
|
.search-bar__container {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
@@ -457,15 +460,17 @@
|
|||||||
@include translateX(-45px);
|
@include translateX(-45px);
|
||||||
}
|
}
|
||||||
.search__form {
|
.search__form {
|
||||||
padding-left: 10px;
|
@include translateX(-45px);
|
||||||
padding-right: 67px;
|
padding-left: 55px;
|
||||||
|
padding-right: 24px;
|
||||||
}
|
}
|
||||||
.search__clear {
|
.search__clear {
|
||||||
display: block;
|
@include translateX(0px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.search__form {
|
.search__form {
|
||||||
border: none;
|
border: none;
|
||||||
|
@include translateX(0px);
|
||||||
padding: 7px 20px 0 49px;
|
padding: 7px 20px 0 49px;
|
||||||
height: 45px;
|
height: 45px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
@@ -7,6 +7,8 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
line-height: 45px;
|
line-height: 45px;
|
||||||
margin-right: 13px;
|
margin-right: 13px;
|
||||||
|
@include single-transition(all, 0.2s, linear);
|
||||||
|
@include translateX(60px);
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user