Fix domain admin table, move quick actions

This commit is contained in:
andryyy
2017-04-27 19:34:00 +02:00
parent 2c2441eaf0
commit 25e6339940
4 changed files with 14 additions and 12 deletions

View File

@@ -12,8 +12,6 @@ table.footable>tbody>tr.footable-empty>td {
overflow: visible !important;
}
.footer-add-item {
text-align:center;
font-style: italic;
display:block;
padding: 10px;
background: #F5F5F5;
@@ -28,11 +26,11 @@ table.footable>tbody>tr.footable-empty>td {
}
.mass-select-all {
cursor:pointer;
color:grey;
color:#555;
}
#alias_table {
cursor:pointer;
}
#alias_table .footable-paging {
cursor: auto;
}
}