123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- /** 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;
- }
- .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;
- }
- .header {
- font-size: 2em;
- font-weight: bold;
- color: #777777;
- text-align: center;
- }
- .selectedMenu {
- text-decoration: underline;
- font-size:1em;
- }
- .selectedMenu:before {
- content: " > ";
- }
- .flex-number {
- text-align: right;
- }
- .flex-header {
- white-space:pre-wrap;
- font-weight: bold;
- }
- .hidden-cell button{
- display:none;
- }
- .show-hidden {
- overflow: auto;
- }
- .menu-panel {
- padding-top:5px !important;
- }
- .tank-check {
- padding-left:10px;
- }
|