mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-4323] add style fix for adf-search-sorting-picker - moved from ACA * [ADF-4323] use Flex Layout's media query mixin * [ADF-4323] add style fix for adf-pagination - moved from ACA * [ADF-4323] add style fix for adf-version-manager - which fixed issue [ACA-1750] * [ADF-4323] remove not used property * [ADF-4323] remove extra bottom-border * [ADF-4323] upload-drag-area refactor to scss * [ADF-4323] add style fix for adf file upload - from ACA * [ADF-4323] add style fix for adf-info-drawer - from ACA * [ADF-4323] add style fix for adf-toolbar - from ACA * [ADF-4323] add style fix for adf-sidenav-layout - from ACA * [ADF-4323] add style fix for adf-search-filter - from ACA * [ADF-4323] add style fix for adf-upload-drag-area - from ACA * [ADF-4323] add style fix for adf-info-drawer - from ACA * [ADF-4323] move style fix for adf-manage-versions from demo-shell * [ADF-4323] use Flex Layout's media query mixin * [ADF-4323] small fix to remove scrolling * [ADF-4323] add adf-sidenav-layout host element class * [ADF-4323] change 'inline' class name to 'adf-toolbar--inline' - css lint was failing because of old naming * [ADF-4323] set pagination empty state styling * [ADF-4323] set pagination border to none
57 lines
945 B
SCSS
57 lines
945 B
SCSS
adf-version-manager {
|
|
.mat-list .mat-3-line {
|
|
height: auto !important;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.mat-list-item-content {
|
|
padding: 16px 0 !important;
|
|
}
|
|
}
|
|
|
|
.adf-version-list-item-comment.mat-line {
|
|
height: 100%;
|
|
word-break: break-all;
|
|
white-space: unset !important;
|
|
overflow: unset !important;
|
|
}
|
|
|
|
.adf-button.adf-upload-new-version {
|
|
box-shadow: none;
|
|
width: 100%;
|
|
height: 175px;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
|
|
.adf-new-version-uploader-container {
|
|
padding: 16px 0;
|
|
width: 100%;
|
|
height: 0%;
|
|
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
|
|
.adf-new-version-container {
|
|
height: inherit;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.adf-version-list-table {
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-version-upload-table {
|
|
width: 100%;
|
|
}
|
|
|
|
.adf-version-list {
|
|
width: 100% !important;
|
|
float: left !important;
|
|
}
|
|
|
|
.adf-new-version-uploader-container {
|
|
float: left !important;
|
|
}
|