source: gs3-extensions/map-editor/DrawingManager/index.css@ 33496

Last change on this file since 33496 was 32776, checked in by ak19, 5 years ago

Final version before merging with GLI

File size: 1.4 KB
Line 
1/* Always set the map height explicitly to define the size of the div
2* element that contains the map. */
3#map {
4 height: 83%;
5 width: 90;
6 float: bottom;
7 clear: both;
8}
9
10 /* Optional: Makes the sample page fill the window. */
11html, body {
12 height: 100%;
13 width: 99%;
14 margin: 0;
15 padding: 0;
16
17}
18
19#ControlPanel{
20 display: inline-block;
21 border: 2px #739346 solid;
22 padding: 9px;
23 padding-top: 5px;
24 padding-bottom: 0px;
25 border-radius: 40px;
26 margin: 5px;
27}
28
29
30
31#ControlButtons{
32 margin: auto;
33 display: inline-block;
34 float: left;
35 padding-left: 10px;
36 padding-top: 5px;
37
38
39}
40
41#LineThickness{
42 display: inline-block;
43 float: left;
44 margin-left: 3px;
45 margin-right: 3px;
46
47}
48
49#ColourOpacity{
50 display: inline-block;
51 float: left;
52 margin-left: 3px;
53 margin-right: 3px;
54}
55
56#buttons3{
57 display: inline-block;
58 float: left;
59 padding-left: 10px;
60
61}
62
63#FillColour {
64 display: inline;
65 float: left;
66 padding-left: 10px;
67
68}
69
70#color-palette1 {
71 vertical-align: middle;
72 display: inline;
73}
74
75#ThirdRow {
76 clear: left;
77}
78
79#SecondRow> div > p{
80 margin: 5px;
81}
82
83#FillColour > p {
84 margin-top: 5px;
85 display: flex;
86 float: left;
87}
88.color-buttons1 {
89 width: 14px;
90 height: 14px;
91 font-size: 0;
92 margin: 2px;
93 margin-top: 5px;
94 margin-left: 10px;
95 float: left;
96 display: inline;
97 cursor: pointer;
98}
Note: See TracBrowser for help on using the repository browser.