index.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. }
  28. .header {
  29. font-size: 2em;
  30. font-weight: bold;
  31. color: #777777;
  32. text-align: center;
  33. }
  34. .selectedMenu {
  35. text-decoration: underline;
  36. font-size:1em;
  37. }
  38. .selectedMenu:before {
  39. content: " > ";
  40. }
  41. .flex-number {
  42. text-align: right;
  43. }
  44. .flex-header {
  45. white-space:pre-wrap;
  46. font-weight: bold;
  47. }
  48. .hidden-cell button{
  49. display:none;
  50. }
  51. .show-hidden {
  52. overflow: auto;
  53. }
  54. .menu-panel {
  55. padding-top:5px !important;
  56. }
  57. .tank-check {
  58. padding-left:10px;
  59. }