mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
* #1184 - adding save export and delete to report * #1184 - added save button for report * #1184 - improved export file * 1184 - fix condition for save and export button * #1184 - added custom validator for dropdown to avoid wrong selection * #1184 -start fixing form model * #1184 - added dynamic build for formBuilder * #1184 - rebased to development * #1184 - little test refactoring * #1184 - added test and some fix * #1184 - added new events * #1184 - removed old changes to api service
92 lines
1.3 KiB
CSS
92 lines
1.3 KiB
CSS
.dropdown-widget {
|
|
width: 100%;
|
|
}
|
|
|
|
.dropdown-widget__select {
|
|
width: 100%;
|
|
}
|
|
|
|
.dropdown-widget__invalid .dropdown-widget__select {
|
|
border-color: #d50000;
|
|
}
|
|
|
|
.dropdown-widget__invalid .dropdown-widget__label {
|
|
color: #d50000;
|
|
}
|
|
|
|
.dropdown-widget__invalid .dropdown-widget__label:after {
|
|
background-color: #d50000;
|
|
}
|
|
|
|
.dropdown-widget__invalid .mdl-textfield__error {
|
|
visibility: visible !important;
|
|
}
|
|
|
|
.large {
|
|
font-size: x-large;
|
|
margin-top: 24px;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.icon-small i {
|
|
float: left;
|
|
margin-right: 10px;
|
|
display: none;
|
|
position: absolute;
|
|
}
|
|
|
|
.icon-small h4 {
|
|
clear: left;
|
|
margin-left: 26px;
|
|
}
|
|
|
|
.icon-small:hover {
|
|
color: rgb(68,138,255);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.icon-small:hover .material-icons {
|
|
display: block;
|
|
}
|
|
|
|
.is-hide {
|
|
height: 0px;
|
|
overflow: hidden;
|
|
transition: height 0.5s;
|
|
}
|
|
|
|
.report-container {
|
|
border-bottom: solid 1px rgb(212, 212, 212);
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.report-container-setting {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.option_button_details{
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.mdl-dialog__title.choose_name{
|
|
padding: 0px;
|
|
}
|
|
|
|
.mdl-dialog.options-name-dialog {
|
|
width: 30%;
|
|
}
|
|
|
|
.export-message{
|
|
background-color: lightgray;
|
|
}
|
|
|
|
.save-export-input{
|
|
width:100%;
|
|
}
|
|
|
|
.delete-parameter {
|
|
position: absolute;
|
|
margin-left: 60%;
|
|
padding-top: 5px;
|
|
}
|