summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/resources/WikitextEditor/css/mapeditor.css
blob: 9c3fe7c4de3f033f70ddeaf8395ec72c6381b480 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#code-output-container, #code-input-container,#code-input {
    height: 100% !important;
    width: 100%;
}

#code-output-container {
    overflow: visible;
}

textarea#code-input, textarea#code-output {
    resize: none;
}

#code-output {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 10px;
}

#map-canvas {
    width: 100%;
    height: 500px;
}

#map-canvas,#code-input {
    display: block;
}

.mapeditor-dialog-form fieldset label{
    display: block;
}

.mapeditor-dialog-form fieldset input{
    width: 200px;
}

.mapeditor-dialog-form fieldset input[type="checkbox"]{
    width: auto;
}

.mapeditor-dialog-form fieldset input[name="strokeColor"],.mapeditor-dialog-form fieldset input[name="fillColor"]{
    width: 100px;
}

.mapeditor-dialog-form .ui-slider{
    margin: 5px 2px;
    width: 200px;
}

.link-title-switcher {
    margin: 5px;
}

#map-parameter-form{
    text-align: center;
}

.mapeditor-controls{
    padding: 5px;
}

.mapeditor-control-element{
    background-color:white;
    border: 1px solid #717B87;
    cursor: pointer;
    text-align: center;
    float: left;
    padding: 2px;
}

.mapeditor-control-text{
    font-family:"Arial","sans-serif";
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    font-weight: bold;
}