Pre release fixes and improvements

This commit is contained in:
RainLoop Team 2015-02-01 19:44:44 +04:00
parent 67c5e31e58
commit abddb3d828
61 changed files with 378 additions and 57 deletions

View file

@ -16,6 +16,14 @@
line-height: 30px;
}
.drag-handle {
color: #eee;
}
tr:hover .drag-handle {
color: #aaa;
}
.account-img {
font-size: 12px;
margin-right: 5px;
@ -35,6 +43,10 @@
cursor: pointer;
}
.drag-handle {
cursor: pointer;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;

View file

@ -14,6 +14,18 @@
td {
padding: 4px 8px;
line-height: 30px;
&.drag-wrapper {
padding: 4px 0;
}
}
.drag-handle {
color: #eee;
}
tr:hover .drag-handle {
color: #aaa;
}
.filter-img {
@ -40,6 +52,10 @@
cursor: pointer;
}
.drag-handle {
cursor: pointer;
}
.button-delete {
margin-right: 15px;
margin-top: 5px;