ws-thredds-sync-widget/src/main/java/org/gcube/portlets/widgets/wsthreddssync/public/WsThreddsWidget.css

23 lines
353 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;
}
.myPaddingLeft {
padding-left: 180px !important;
}
.myLittleWidth {
width: 20px !important;
}
.myFormWidth {
width: 750px !important;
}