You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ws-thredds-sync-widget/src/main/java/org/gcube/portlets/widgets/wsthreddssync/public/WsThreddsWidget.css

40 lines
616 B
CSS

/** Add css rules here for your application. */
.ws-thredds-modal-body div.modal-body {
position: relative;
max-height: 600px !important;
padding: 15px;
overflow-y: auto;
}
.textAreaWidth {
width: 500px !important;
}
.myMarginLeft {
margin-left: 180px !important;
}
.myLittleWidth {
width: 40px !important;
padding-left: 20px !important;
}
.myFormWidth {
width: 750px !important;
}
.myLittleMarginLeft {
margin-left: 25px !important;
}
.modal-sync-widget-config {
}
.modal-sync-widget-config .modal-body {
max-height: 600px;
}
.modal-sync-widget-config form input, form select {
width: 300px;
}