133 lines
2.5 KiB
CSS
133 lines
2.5 KiB
CSS
|
/** 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;
|
||
|
}
|
||
|
|
||
|
.labels {
|
||
|
color: red;
|
||
|
background-color: yellow;
|
||
|
font-family: "Lucida Grande", "Arial", sans-serif;
|
||
|
font-size: 10px;
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
width: 40px;
|
||
|
height: 50px
|
||
|
border: 2px solid black;
|
||
|
}
|
||
|
|
||
|
.serverResponseLabelError {
|
||
|
color: blue;
|
||
|
}
|
||
|
|
||
|
/** Set ids using widget.getElement().setId("idOfElement") */
|
||
|
#closeButton {
|
||
|
margin: 15px 6px 6px;
|
||
|
}
|
||
|
|
||
|
.property-name{font: normal bold small arial;color:#0000dd;padding:0cm 0cm 0cm 0cm;}
|
||
|
.property-value{font: normal bold small arial;color:#111111;padding:0cm 0cm 0cm 0cm;}
|
||
|
.textOverlayPanel{background-color:yellow;position:absolute;font: normal bold x-small arial;color:#111111;padding:0cm 0cm 0cm 0cm;}
|
||
|
.addressOverlayPanel{background-color:white;position:absolute;font: normal bold arial;color:#111111;padding:0cm 0cm 0cm 0cm;}
|
||
|
.customButton {
|
||
|
border:black 2px solid;
|
||
|
background:white;
|
||
|
padding-top:0px;
|
||
|
padding-right:2px;
|
||
|
padding-left:2px;
|
||
|
|
||
|
}
|
||
|
|
||
|
.toPrint{
|
||
|
width: 100px;
|
||
|
}
|
||
|
|
||
|
.popup {
|
||
|
background-color: gray;
|
||
|
border-color: gray gray gray gray;
|
||
|
border-width: 0px;
|
||
|
border-style: solid;
|
||
|
}
|
||
|
|
||
|
.select-window {
|
||
|
background-color:#111;
|
||
|
opacity: 0.45;
|
||
|
filter:alpha(opacity=65);
|
||
|
position:absolute;
|
||
|
z-index: 9001;
|
||
|
top:0px;
|
||
|
left:0px;
|
||
|
}
|
||
|
|
||
|
|
||
|
.toolbar{
|
||
|
opacity: 0.8;
|
||
|
border-width: 0px;
|
||
|
border-style: solid;
|
||
|
background-color:white;
|
||
|
width:173;
|
||
|
-webkit-border-radius: 20px;
|
||
|
-moz-border-radius: 20px;
|
||
|
border-radius: 20px;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
.grid{
|
||
|
border-width: 0px;
|
||
|
border-style: solid;
|
||
|
background-color:white;
|
||
|
}
|
||
|
|
||
|
|
||
|
.cursor-hand{
|
||
|
cursor:pointer;
|
||
|
vertical-align:middle;
|
||
|
display:block;
|
||
|
}
|
||
|
|
||
|
.address{
|
||
|
background:#FFFFFF url(images/search.png) no-repeat 4px 4px;
|
||
|
padding:4px 4px 4px 22px;
|
||
|
border:1px solid #eeeeee;
|
||
|
width:100%;
|
||
|
}
|
||
|
|
||
|
.rounded-corners {
|
||
|
border:2px solid #a1a1a1;
|
||
|
padding:10px 40px;
|
||
|
background:#dddddd;
|
||
|
width:300px;
|
||
|
border-radius:25px;
|
||
|
}
|
||
|
.trafficCheckBox {
|
||
|
border:black 2px solid;
|
||
|
background:white;
|
||
|
padding-top:3px;
|
||
|
padding-right:4px;
|
||
|
padding-left:5px;
|
||
|
}
|
||
|
|
||
|
|
||
|
|