PageRenderTime 31ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/example/src/main/webapp/Example.css

https://code.google.com/p/gwtrpccommlayer/
CSS | 34 lines | 23 code | 7 blank | 4 comment | 0 complexity | 9d13742f098e44d6a2af853d4b2849c1 MD5 | raw file
  1. /** Add css rules here for your application. */
  2. /** Example rules used by the template application (remove for your app) */
  3. h1 {
  4. font-size: 2em;
  5. font-weight: bold;
  6. color: #777777;
  7. margin: 40px 0px 70px;
  8. text-align: center;
  9. }
  10. .sendButton {
  11. display: block;
  12. font-size: 16pt;
  13. }
  14. /** Most GWT widgets already have a style name defined */
  15. .gwt-DialogBox {
  16. width: 400px;
  17. }
  18. .dialogVPanel {
  19. margin: 5px;
  20. }
  21. .serverResponseLabelError {
  22. color: red;
  23. }
  24. /** Set ids using widget.getElement().setId("idOfElement") */
  25. #closeButton {
  26. margin: 15px 6px 6px;
  27. }