|
|
@@ -19,6 +19,9 @@ html, body{
|
|
19
|
19
|
width: 20%;
|
|
20
|
20
|
max-width: 200px;
|
|
21
|
21
|
overflow: hidden;
|
|
|
22
|
+ /* background-color:#dfebf1;*/
|
|
|
23
|
+ background-color:#FFFFFF;
|
|
|
24
|
+ border-left:1px solid #424242;
|
|
22
|
25
|
z-index: 5;
|
|
23
|
26
|
}
|
|
24
|
27
|
|
|
|
@@ -114,13 +117,13 @@ html, body{
|
|
114
|
117
|
display: inline-block;
|
|
115
|
118
|
position: relative;
|
|
116
|
119
|
color: #FFFFFF;
|
|
117
|
|
- top: 0;
|
|
|
120
|
+ top: 0px;
|
|
118
|
121
|
padding: 10px 0px;
|
|
119
|
|
- width: 39px;
|
|
|
122
|
+ width: 38px;
|
|
120
|
123
|
cursor: pointer;
|
|
121
|
124
|
font-size: 11pt;
|
|
122
|
125
|
text-align: center;
|
|
123
|
|
- text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.7);
|
|
|
126
|
+ text-shadow: 0px 1px 0px rgba(255,255,255,.3), 0px -1px 0px rgba(0,0,0,.6);
|
|
124
|
127
|
z-index: 1;
|
|
125
|
128
|
}
|
|
126
|
129
|
|
|
|
@@ -177,12 +180,12 @@ html, body{
|
|
177
|
180
|
|
|
178
|
181
|
a.button:hover,
|
|
179
|
182
|
a.bottomToolbarButton:hover {
|
|
180
|
|
- top: 0;
|
|
|
183
|
+ top: 0px;
|
|
181
|
184
|
cursor: pointer;
|
|
182
|
|
- background: rgba(0, 0, 0, 0.3);
|
|
183
|
|
- border-radius: 5px;
|
|
|
185
|
+ background: rgba(255, 255, 255, 0.1);
|
|
|
186
|
+ border-radius: 6px;
|
|
184
|
187
|
background-clip: padding-box;
|
|
185
|
|
- -webkit-border-radius: 5px;
|
|
|
188
|
+ -webkit-border-radius: 6px;
|
|
186
|
189
|
-webkit-background-clip: padding-box;
|
|
187
|
190
|
}
|
|
188
|
191
|
|
|
|
@@ -196,7 +199,16 @@ a.bottomToolbarButton:hover {
|
|
196
|
199
|
top: 5;
|
|
197
|
200
|
width: 1px;
|
|
198
|
201
|
height: 20px;
|
|
199
|
|
- background: #676767;
|
|
|
202
|
+ background: #373737;
|
|
|
203
|
+}
|
|
|
204
|
+
|
|
|
205
|
+.bottom_button_separator {
|
|
|
206
|
+ display: inline-block;
|
|
|
207
|
+ position: relative;
|
|
|
208
|
+ left: 5;
|
|
|
209
|
+ width: 20px;
|
|
|
210
|
+ height: 1px;
|
|
|
211
|
+ background: #373737;
|
|
200
|
212
|
}
|
|
201
|
213
|
|
|
202
|
214
|
input[type='text'], input[type='password'], textarea {
|
|
|
@@ -267,16 +279,14 @@ form {
|
|
267
|
279
|
#bottomToolbar {
|
|
268
|
280
|
display:block;
|
|
269
|
281
|
position: absolute;
|
|
270
|
|
- right: -1;
|
|
|
282
|
+ right: 0;
|
|
|
283
|
+ margin-right: 5px;
|
|
271
|
284
|
bottom: 40px;
|
|
272
|
285
|
width: 29px;
|
|
273
|
|
- border-top-left-radius: 10px;
|
|
274
|
|
- border-bottom-left-radius: 10px;
|
|
|
286
|
+ border-radius: 6px;
|
|
275
|
287
|
color: #FFF;
|
|
276
|
|
- border: 1px solid #000;
|
|
277
|
|
- background: rgba(50,50,50,.65);
|
|
278
|
|
- padding-top: 5px;
|
|
279
|
|
- padding-bottom: 5px;
|
|
|
288
|
+ border: 1px solid rgba(256, 256, 256, 0.2);
|
|
|
289
|
+ background: rgba(0,0,0,0.8);
|
|
280
|
290
|
z-index: 6; /*+1 from #remoteVideos*/
|
|
281
|
291
|
}
|
|
282
|
292
|
|
|
|
@@ -285,8 +295,9 @@ form {
|
|
285
|
295
|
position: relative;
|
|
286
|
296
|
color: #FFFFFF;
|
|
287
|
297
|
top: 0;
|
|
288
|
|
- padding-top: 3px;
|
|
289
|
|
- width: 29px;
|
|
|
298
|
+ padding-top: 6px;
|
|
|
299
|
+ margin: 2px;
|
|
|
300
|
+ width: 25px;
|
|
290
|
301
|
height: 20px;
|
|
291
|
302
|
cursor: pointer;
|
|
292
|
303
|
font-size: 10pt;
|