source: main/trunk/greenstone3/web/interfaces/default/style/map-editors.css@ 37287

Last change on this file since 37287 was 37287, checked in by davidb, 15 months ago

main features for interactive editing of audio in dual mode complete

File size: 2.0 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/*hide the input number spinner in Chrome
41input[type=number]::-webkit-inner-spin-button,
42input[type=number]::-webkit-outer-spin-button {
43 -webkit-appearance: none;
44 margin: 0;
45}
46*/
47
48#LineThickness{
49 display: inline-block;
50 float: left;
51 margin-left: 3px;
52 margin-right: 3px;
53
54}
55
56.ControlPanel input[type=range]{
57 height: 10px;
58}
59
60/*make '%' display within the input field*/
61.valueChanger {
62 height: 21px;
63 width: 70px;
64 position: relative;
65 display: inline-block;
66 }
67
68#opacityRangeVal {
69 width: 70%;
70 height: 100%;
71 padding-right: 10%;
72 }
73
74.unit {
75 display: block;
76 width: 45px;
77 height: 21px;
78 line-height: 21px;
79 position: absolute;
80 top: 0px;
81 right: 0px;
82 }
83
84.valueInput{
85 width:55px;
86}
87
88.valueEditor{
89 display:inline-block;
90}
91
92#ColourOpacity{
93 float: left;
94 margin-left: 3px;
95 margin-right: 3px;
96}
97
98#buttons3{
99 display: inline-block;
100 float: left;
101 padding-left: 10px;
102
103}
104
105#FillColour {
106 padding-left: 10px;
107}
108
109#color-palette1 {
110 vertical-align: middle;
111 display: inline;
112}
113
114#ThirdRow {
115 clear: left;
116}
117
118#SecondRow> div > p{
119 margin: 5px;
120}
121
122#FourthRow {
123 clear: left;
124}
125#FourthRow > p{
126 padding-left: 10px;
127}
128
129#FillColour > p {
130 margin-top: 5px;
131 display: flex;
132 float: left;
133}
134.color-buttons1 {
135 width: 14px;
136 height: 14px;
137 font-size: 0;
138 margin: 2px;
139 margin-top: 5px;
140 margin-left: 10px;
141 float: left;
142 display: inline;
143 cursor: pointer;
144}
Note: See TracBrowser for help on using the repository browser.