Browser: Implement multiple object delete (#3859)

This commit is contained in:
Rushan
2017-03-07 05:13:43 +05:30
committed by Harshavardhana
parent e49efcb9d9
commit 966818955e
4 changed files with 68 additions and 19 deletions

View File

@@ -391,7 +391,7 @@ div.fesl-row {
.opacity(0);
.transition(all);
.transition-duration(200ms);
padding: 20px 25px;
padding: 20px 70px 20px 25px;
top: 0;
left: 0;
width: 100%;
@@ -450,6 +450,7 @@ div.fesl-row {
font-size: 13px;
.transition(all);
.transition-duration(300ms);
margin-left: 10px;
&:hover {
background-color: @white;