mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
41 lines
651 B
SCSS
41 lines
651 B
SCSS
.adf-button.adf-upload-new-version {
|
|
box-shadow: none;
|
|
width: 100%;
|
|
height: 175px;
|
|
float: left;
|
|
position: relative;
|
|
}
|
|
|
|
.adf-new-version-uploader-container {
|
|
border-bottom: 1px solid #d8d8d8;
|
|
padding: 16px 0;
|
|
width: 100%;
|
|
height: 0%;
|
|
|
|
float: left;
|
|
position: relative;
|
|
display: hidden;
|
|
}
|
|
|
|
.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;
|
|
}
|