/** Add css rules here for your application. */ /** Example rules used by the template application (remove for your app) */ h1 { font-size: 2em; font-weight: bold; color: #777777; margin: 40px 0px 70px; text-align: center; } .sendButton { display: block; font-size: 16pt; } /** Most GWT widgets already have a style name defined */ .gwt-DialogBox { width: 400px; } .dialogVPanel { margin: 5px; } .serverResponseLabelError { color: red; } /** Set ids using widget.getElement().setId("idOfElement") */ #closeButton { margin: 15px 6px 6px; } .red-text a { color: red !important; } .green-text a { color: green !important; } .my-html-table { padding: 5px; margin-left:10px; margin-bottom: 10px; } .my-html-table td { padding: 5px; border: 1px solid gray; } .my-html-table td:first-child { color: gray; } /*** TABLE GET LIST OF RECORDS***/ .table-glor { word-wrap: break-word; } .table-glor td, th { overflow: hidden !important; } .table-glor td:nth-last-child(-n+4) { background-color: #d9edf7 !important; } .table-glor-vertical-middle td, th { height: 50%; vertical-align: middle !important; }