/** Add css rules here for your application. */ #LoggedinDiv { margin-right: 10px; } table { border-collapse: separate !important; border-spacing: 0; } .framed { margin: 0 0 10px; padding: 10px; margin: 0px 5px; background: #FFF url(images/vre_bg_gray.png) repeat-x left bottom; border-radius: 6px !important; -moz-border-radius: 6px !important; -webkit-border-radius: 6px !important; border: 1px solid #DBDBDB; } /** 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; } .description { line-height: 18px; font-family: Tahoma,Helvetica,Arial,sans-serif; font-size: 10pt; color: rgb(51, 51, 51); text-align: justify; } /** Most GWT widgets already have a style name defined */ .gwt-DialogBox { width: 400px; } .dialogVPanel { margin: 5px; } .serverResponseLabelError { color: red; }