-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
75 lines (60 loc) · 1.07 KB
/
style.css
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
html, body {
padding: 0;
margin: 0;
}
#earth_div {
right: 0;
top: 0;
height: 100%;
width: 100%;
background-color: black;
position: absolute !important;
}
#InputWidget {
position: absolute;
background-color: #f1f1f1;
text-align: center;
border: 1px solid #d3d3d3;
}
#InputWidgetHeader {
cursor: move;
height: 30px;
background-color: #2196F3;
color: #fff;
/*background: url(move_icon.png) no-repeat;*/
}
img {
max-width: 100%;
max-height: 100%;
}
.FloatWidget {
width:20%;
height:50%;
/*padding:0px;*/
/*position:absolute;*/
}
.WideButton {
width:100%;
height: 30px;
font-weight: bold;
}
textarea {
width: 100%;
/*height: calc(100% - 52px); !* @todo this fucking shit*!*/
/*padding: 3px;*/
/*border: 0px;*/
height: 100%;
resize: none; /* Запрещаем изменять размер */
}
.brd1 {
position: relative;
height: 100%;
width: 100%;
}
.brd2 {
height: calc(100% - 60px);
position: relative;
}
.hidden {
display: block;
}