mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* change input with textarea * update file version use now the update content API * provide way to test read only mode version list * fix test * test fix
28 lines
385 B
SCSS
28 lines
385 B
SCSS
.adf-new-version-radio-group {
|
|
display: inline-flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.adf-new-version-radio-button {
|
|
margin: 5px;
|
|
}
|
|
|
|
.adf-cancel-button {
|
|
margin-left: 20px;
|
|
float: right;
|
|
}
|
|
|
|
.adf-new-version-file-upload {
|
|
float: right;
|
|
}
|
|
|
|
.adf-new-version-max-width {
|
|
width: 100%;
|
|
float: right;
|
|
}
|
|
|
|
.adf-new-version-text-area {
|
|
resize: none !important;
|
|
}
|
|
|