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

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

Fixed selection bug and added colour, thickness and opacity change to history.

File size: 1.1 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. */
11 html, body {
12 height: 100%;
13 width: 99%;
14 margin: 0;
15 padding: 0;
16
17 }
18
19 #DeleteButtons{
20 display: inline-block;
21 float: left;
22 padding-left: 10px;
23 padding-top: 5px;
24 width: 100%
25
26 }
27
28 #LineThickness{
29 display: inline-block;
30 float: left;
31 padding-left: 10px;
32 padding-top: 5px;
33
34 }
35
36 #ColourOpacity{
37 display: inline-block;
38 float: left;
39 padding-left: 10px;
40 padding-top: 5px;
41
42 }
43
44 #buttons3{
45 display: inline-block;
46 float: left;
47 padding-left: 10px;
48 padding-top: 5px;
49
50 }
51
52 #FillColour {
53 display: inline-block;
54 float: left;
55 padding-left: 10px;
56 padding-top: 5px;
57 }
58
59 #color-palette1 {
60 clear: both;
61 }
62
63 .color-buttons1 {
64 width: 14px;
65 height: 14px;
66 font-size: 0;
67 margin: 2px;
68 float: left;
69 cursor: pointer;
70 }
Note: See TracBrowser for help on using the repository browser.