/** 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: 370px !important; } .my-prepend-width .add-on { width: 50px !important; margin-bottom: 5px !important; } .my-select-width { width: 382px !important; } .my-external-select-width { width: 440px !important; } .my-external-input-width { width: 425px !important; } table.table-fixed { table-layout: fixed; width: 100%; text-align: center; padding-top: 12px; padding-bottom: 12px; overflow: hidden; overflow-y: scroll; } table.table-fixed tr { border-bottom: 1px solid #ccc; } table.table-fixed td { white-space: nowrap; border: 1px solid #ddd; padding: 2px; text-align: center; overflow: hidden; }