Eugenio Romano 9e3a4aa49f
[ADF-2563] Improve versioning functionality (#3335)
* 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
2018-05-17 11:35:42 +01:00

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;
}