fix of org problems found in audit

This commit is contained in:
John Mitchell
2016-05-04 13:29:57 -04:00
parent 0f77e77cf3
commit a968717222
12 changed files with 61 additions and 39 deletions

View File

@@ -47,6 +47,10 @@ table, tbody {
text-align: right;
}
.List-tableHeader:not([ng-click]) {
cursor: default !important;
}
.List-tableHeaderSort {
color: @list-header-icon;
}
@@ -183,10 +187,6 @@ table, tbody {
display: flex;
}
.List-actions {
margin-top: -10px;
}
.List-auxAction + .List-actions {
margin-left: 20px;
}