source: gs3-extensions/atlas-src/trunk/war/GS3MapLibrary.css@ 22274

Last change on this file since 22274 was 22274, checked in by sjm84, 14 years ago

Static content needed for servlet

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1.statusBar{
2 text-align: center;
3 width: 100%;
4 margin: 5px;
5}
6.mapLoadingLabel{
7 font-size: 16px;
8 border-style: solid;
9 border-color: black;
10 border-width: 3px;
11 padding: 5px;
12 margin: 5px;
13 position: absolute;
14 background-color: white;
15}
16.map{
17 padding: 5px;
18 border-style: solid;
19 border-width: 3px;
20}
21.place{
22 background-color: yellow;
23}
24.placeOver{
25 background-color: red;
26 color: white;
27}
28.gwt-SliderBar-shell {
29 border: 2px solid #faf9f7;
30 border-right: 2px solid #848280;
31 border-bottom: 2px solid #848280;
32 background-color: #efebe7;
33 height: 34pt;
34 width: 50%;
35}
36.gwt-SliderBar-shell .gwt-SliderBar-line {
37 border: 1px solid black;
38 background-color: white;
39 height: 4px;
40 width: 95%;
41 top: 22pt;
42 overflow: hidden;
43}
44.gwt-SliderBar-shell .gwt-SliderBar-knob {
45 top: 14pt;
46 width: 11px;
47 height: 21px;
48 z-index: 1;
49 cursor: pointer;
50}
51.gwt-SliderBar-shell .gwt-SliderBar-tick {
52 top: 12pt;
53 width: 1px;
54 height: 8pt;
55 background: black;
56 overflow: hidden;
57}
58.gwt-SliderBar-shell .gwt-SliderBar-label {
59 top: 2pt;
60 font-size: 8pt;
61 cursor: default;
62}
63.gwt-SliderBar-shell-focused {
64}
65.gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
66 background-color: #DDDDDD;
67 cursor: pointer;
68}
Note: See TracBrowser for help on using the repository browser.