aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/logic/inputs-table/inputs-table.component.less
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/ng2/components/logic/inputs-table/inputs-table.component.less')
-rw-r--r--catalog-ui/src/app/ng2/components/logic/inputs-table/inputs-table.component.less27
1 files changed, 22 insertions, 5 deletions
diff --git a/catalog-ui/src/app/ng2/components/logic/inputs-table/inputs-table.component.less b/catalog-ui/src/app/ng2/components/logic/inputs-table/inputs-table.component.less
index 5fbb62f7fb..72e19f3f51 100644
--- a/catalog-ui/src/app/ng2/components/logic/inputs-table/inputs-table.component.less
+++ b/catalog-ui/src/app/ng2/components/logic/inputs-table/inputs-table.component.less
@@ -26,6 +26,23 @@
.table-cell {
font-size: 13px;
+ .table-header-sort-arrow {
+ display: inline-block;
+ background-color: transparent;
+ border: none;
+ color: #AAA;
+ margin: 8px 0 0 5px;
+ &.up {
+ border-left: 5px solid transparent;
+ border-right: 5px solid transparent;
+ border-bottom: 5px solid;
+ }
+ &.down {
+ border-left: 5px solid transparent;
+ border-right: 5px solid transparent;
+ border-top: 5px solid;
+ }
+ }
}
.valueCol {
justify-content: flex-start;
@@ -85,9 +102,9 @@
border-right:#d2d2d2 solid 1px;
}
&.col1 {
- flex: 1 0 120px;
- max-width:120px;
- display: flex;
+ flex: 1 0 130px;
+ max-width:130px;
+
justify-content: space-between;
.property-name {
@@ -102,8 +119,8 @@
}
}
&.col2 {
- flex: 0 0 150px;
- max-width:150px;
+ flex: 0 0 140px;
+ max-width:140px;
}
&.col3 {