/** 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; } /** styles for trashcan button */ .trash_standard { background-image: url(../images/trashcan_border.gif) !important; } .trash_hover { background-image: url(../images/trashcan_hover.gif) !important; } .trash_click { background-image: url(../images/trashcan_click.gif) !important; } /** styles for folder button */ .folder_standard { background-image: url(../images/folder_border.gif) !important; } .folder_hover { background-image: url(../images/folder_hover.gif) !important; } .folder_click { background-image: url(../images/folder_click.gif) !important; } .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; }