forked from ColibryDev/colibry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcolibry.css
More file actions
executable file
·81 lines (64 loc) · 1.19 KB
/
colibry.css
File metadata and controls
executable file
·81 lines (64 loc) · 1.19 KB
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
80
81
/* CSS declarations go here */
body { padding-top: 30px; }
.dhtmlx_message_area{
padding-top: 52px;
}
.row-centered {
text-align:center;
}
.col-centered {
display:inline-block;
float:none;
/* reset the text-align */
text-align:left;
/* inline-block space fix */
margin-right:-4px;
}
.gris{
background-color: #708090;
color: #FFFFFF;
text-align: center;
height:110px;
width: 80px;
}
.dhtmlxsucess{
background-color: #29e;
color:#008000;
}
.masthead {background-color: @brand-primary;}
.dropzone {
border: dashed 2px transparent;
border-radius: 2px;
/*margin: 10px auto 30px;*/
padding: 4px;
/*width: 80%;*/
transition: background-color 0.3s;
}
.drop-active {
border-color: #aaa;
}
.drop-target {
background-color: #29e;
border-color: #fff;
border-style: solid;
}
.drag-drop {
display: inline-block;
border: solid 2px #fff;
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
transition: background-color 0.3s;
}
.drag-drop.can-drop {
color: #000;
}
.map-container {
width: 2000px;
max-width: 100%;
height: 400px;
}
.map-container-small {
width: 2000px;
max-width: 100%;
height: 200px;
}