Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/FLYS.css @ 0:4e8be5e7855f
Start of a GWT based client for FLYS-3.0
flys-client/trunk@1305 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 08 Feb 2011 10:29:49 +0000 |
parents | |
children | a361ce81abcf |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4e8be5e7855f |
---|---|
1 /** Add css rules here for your application. */ | |
2 | |
3 | |
4 /** Example rules used by the template application (remove for your app) */ | |
5 h1 { | |
6 font-size: 2em; | |
7 font-weight: bold; | |
8 color: #777777; | |
9 margin: 40px 0px 70px; | |
10 text-align: center; | |
11 } | |
12 | |
13 .sendButton { | |
14 display: block; | |
15 font-size: 16pt; | |
16 } | |
17 | |
18 /** Most GWT widgets already have a style name defined */ | |
19 .gwt-DialogBox { | |
20 width: 400px; | |
21 } | |
22 | |
23 .dialogVPanel { | |
24 margin: 5px; | |
25 } | |
26 | |
27 .serverResponseLabelError { | |
28 color: red; | |
29 } | |
30 | |
31 /** Set ids using widget.getElement().setId("idOfElement") */ | |
32 #closeButton { | |
33 margin: 15px 6px 6px; | |
34 } |