ws-task-executor-widget/src/main/java/org/gcube/portlets/widgets/wstaskexecutor/public/WsTaskExecutorWidget.css

51 lines
775 B
CSS

/** Add css rules here for your application. */
.ws-task-modal-body div.modal-body {
position: relative;
max-height: 650px !important;
padding: 15px;
overflow-y: auto;
width: 800px;
margin: 0 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;
}
.my-input-width {
width: 300px !important;
}
.my-prepend-width .add-on {
width: 50px !important;
margin-bottom: 5px !important;
}
.my-select-width {
width: 312px !important;
}
.my-external-select-width {
width: 370px !important;
}
.my-external-input-width {
width: 360px !important;
}