Sync with development (#155)

* fix navigation docs issues

* update documentation (#142)

* update documentation

changed start command
used a tags for links nested inside table and p tags, because Github did not render them correctly

* set link to navigation on side-nav.md

* [ACA-1061] update project version (#145)

[ACA-1061] update project version

* move e2e to a separate repo

* fix "view" button (toolbar)

* Update doc-list.md (#148)

Correct minor typo.

* Update doc-list.md (#151)

Minor typo fix

* Update doc-list.md (#152)

Fixing more url typos.

* [ACA] Layout - fix tests (#150)

* mock sidenav data

* removed fdescribe

* [ACA] Breacrumb - fix opacity for active crumb (#153)

* full opacity when on first crumb

* indentation

* [ACA-1062] Document list - ellipses colums (#154)
This commit is contained in:
Denys Vuika
2017-12-15 09:28:45 +00:00
committed by GitHub
parent e36ad93a98
commit 34914a4c34
4 changed files with 38 additions and 16 deletions

View File

@@ -32,6 +32,11 @@ adf-document-list {
}
}
td, th {
width: 100%;
text-align: left;
}
.adf-data-table__header--sorted-asc,
.adf-data-table__header--sorted-desc {
&:hover {
@@ -58,13 +63,10 @@ adf-document-list {
border: none !important;
}
.adf-data-table-cell--ellipsis {
width: 100%;
}
.adf-data-table-cell--ellipsis__name {
width: 85%;
td:first-of-type, th:first-of-type {
padding-left: 24px;
padding-right: 0;
width: 10px;
}
.adf-data-table-cell--ellipsis .cell-value,
@@ -77,11 +79,18 @@ adf-document-list {
.adf-data-table-cell--ellipsis__name .adf-datatable-cell {
white-space: nowrap;
display: block;
position: absolute;
max-width: calc(100% - 2em);
overflow: hidden;
text-overflow: ellipsis;
}
.adf-data-table-cell--ellipsis .adf-datatable-cell {
max-width: 7vw;
}
.adf-data-table-cell--ellipsis__name .adf-datatable-cell {
position: absolute;
max-width: calc(100% - 2em);
}
}
.empty-list {