/** 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; } .academiaHtmlEditor { background-color: #ffffff; padding: 5px; } .academiaHtmlEditor ol { list-style-type: decimal; list-style-position:inside; } .academiaHtmlEditor ul { list-style-type: disc; list-style-position:inside; } .academiaHtmlLabel ol { list-style-type: decimal; list-style-position:inside; } .academiaHtmlLabel ul { list-style-type: disc; list-style-position:inside; } .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; } .x-grid3-cell-inner { overflow: visible; white-space: normal !important; } .x-form-item{ margin:0px 3px 0px 3px; } .grid-custom-row-background-1{ background-color:#FFCC66 !important; } .grid-custom-row-background-2{ background-color:#FFBBBB !important; } .grid-custom-row-background-3{ background-color:#E8E8E8 !important; } .grid-custom-row-background-4{ background-color:#909090 !important; } .redBorder{ border: 1px solid red; } .x-notification{ background-color:#FFFFFF !important; } .fotoSize{ width: 160px; height: 120px; overflow: hidden; text-align: center; }