-
Notifications
You must be signed in to change notification settings - Fork 71
/
modified.css
134 lines (113 loc) · 1.9 KB
/
modified.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
#c {
z-index: 0;
position: absolute;
left: 0px;
top: 0px;
cursor: default;
width: 100%;
height: 100%;
}
.params-button {
margin: 0px;
position: absolute;
top: 2px;
right: 17px;
color: #FFFFFF;
}
.button_row {
position: relative;
width: 100%;
}
#view_container {
position: relative;
height: 100%;
width: 100%;
}
.mdl-layout__drawer>.mdl-layout-title {
height: 35px;
padding-left: 0px;
text-align: center;
}
.fade-transition {
-moz-transition: opacity 500ms linear, visibility 0s linear;
-o-transition: opacity 500ms linear, visibility 0s linear;
-webkit-transition: opacity 500ms linear, visibility 0s linear;
transition: opacity 500ms linear, visibility 0s linear;
transition-delay: .5s;
-moz-transition-delay: .5s;
-webkit-transition: .5s;
transition: .5s;
}
.shown-block {
visibility: visible;
opacity: 100;
}
.mdl-menu {
z-index: 3;
}
.hidden-block {
visibility: hidden;
opacity: 0;
}
.feature-button {
display: block;
width: auto;
margin-left: 15px;
margin-right: 15px;
margin-bottom: 15px;
margin-top: 0;
}
.view-button {
margin: 15px;
margin-top: 0;
}
.button-spacer {
padding: 20px;
}
#renderContainer {
z-index: 0;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.logo {
position: relative;
max-width: 80%;
min-width: 80%;
padding: 20px 20px 0px;
}
#main_window {
height: 100%;
min-height: 100%;
}
.layer-button{
width: 36px;
}
.mdl-button-group button{
position: relative;
display: inline-block;
vertical-align: middle;
align-content: center;
align-items: center;
text-align: center;
}
#layer-toolbar{
margin-left: 15px;
}
div#moveBox {
text-align: center;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
div#arrayBox {
text-align: center;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
body { /* ...or body.dialogShowing */
overflow: hidden;
}