浏览代码

Merge branch 'master' of https://github.com/jitsi/jitsi-meet

master
hristoterezov 10 年前
父节点
当前提交
e05db53e15
共有 5 个文件被更改,包括 51 次插入35 次删除
  1. 28
    17
      css/main.css
  2. 1
    1
      css/popover.css
  3. 8
    8
      css/popup_menu.css
  4. 8
    5
      css/videolayout_default.css
  5. 6
    4
      index.html

+ 28
- 17
css/main.css 查看文件

@@ -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;

+ 1
- 1
css/popover.css 查看文件

@@ -8,7 +8,7 @@
8 8
   min-width: 100px;
9 9
   padding: 1px;
10 10
   text-align: left;
11
-  color: #428bca;
11
+  color: #333333;
12 12
   background-color: #ffffff;
13 13
   background-clip: padding-box;
14 14
   border: 1px solid #cccccc;

+ 8
- 8
css/popup_menu.css 查看文件

@@ -2,17 +2,17 @@
2 2
 ul.popupmenu {
3 3
     display:none;
4 4
     position: absolute;
5
-    padding:0;
5
+    padding:10px;
6 6
     margin: 0;
7 7
     bottom: 0;
8
-    margin-bottom: 25px;
9
-    padding-bottom: 5px;
10
-    padding-top: 5px;
8
+    margin-bottom: 35px;
9
+    padding-bottom:  10px;
10
+    padding-top: 10px;
11 11
     right: 10px;
12 12
     left: -5px;
13 13
     width: 100px;
14
-    background-color: rgba(0,0,0,1);
15
-    -webkit-box-shadow: 0 0 2px #000000, 0 0 10px #000000;
14
+    background-color: rgba(0,0,0,0.9);
15
+    border: 1px solid rgba(256, 256, 256, 0.2);
16 16
     border-radius:8px;
17 17
 }
18 18
 
@@ -30,8 +30,8 @@ ul.popupmenu li {
30 30
 }
31 31
 
32 32
 ul.popupmenu li:hover {
33
-    background-color: rgba(82, 82, 82, .7);
34
-    border-radius:2px;
33
+    background-color: rgba(256, 256, 256, .2);
34
+    border-radius:6px;
35 35
 }
36 36
 
37 37
 /*Link Appearance*/

+ 8
- 5
css/videolayout_default.css 查看文件

@@ -285,14 +285,17 @@
285 285
 #toolbar {
286 286
     display:inline-block;
287 287
     position:relative;
288
+    margin-top:5px;
288 289
     margin-left:auto;
289 290
     margin-right:auto;
290
-    height:39px;
291
+    padding-left:2px;
292
+    padding-right:2px;
293
+    height:38px;
291 294
     width:auto;
292
-    background: linear-gradient(to bottom, rgba(103,103,103,.65) , rgba(0,0,0,.65));
293
-    -webkit-box-shadow: 0 0 2px #000000, 0 0 10px #000000;
294
-    border-bottom-left-radius: 12px;
295
-    border-bottom-right-radius: 12px;
295
+    background-color: rgba(0,0,0,0.8); 
296
+    border: 1px solid rgba(256, 256, 256, 0.2);
297
+    border-radius: 6px;
298
+    
296 299
 }
297 300
 
298 301
 #subject {

+ 6
- 4
index.html 查看文件

@@ -58,12 +58,12 @@
58 58
     <script src="message_handler.js?v=1"></script>
59 59
     <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
60 60
     <link rel="stylesheet" href="css/font.css?v=4"/>
61
-    <link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=23"/>
62
-    <link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=10" id="videolayout_default"/>
61
+    <link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=24"/>
62
+    <link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=11" id="videolayout_default"/>
63 63
     <link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
64 64
     <link rel="stylesheet" href="css/modaldialog.css?v=3">
65
-    <link rel="stylesheet" href="css/popup_menu.css?v=2">
66
-    <link rel="stylesheet" href="css/popover.css?v=1">
65
+    <link rel="stylesheet" href="css/popup_menu.css?v=3">
66
+    <link rel="stylesheet" href="css/popover.css?v=2">
67 67
     <link rel="stylesheet" href="css/contact_list.css?v=1">
68 68
     <link rel="stylesheet" href="css/welcome_page.css?v=1">
69 69
     <!--
@@ -263,11 +263,13 @@
263 263
                         <i id="chatBottomButton" class="icon-chat-simple"></i>
264 264
                     </a>
265 265
                 </span>
266
+                <div class="bottom_button_separator"></div>
266 267
                 <span class="bottomToolbar_span">
267 268
                     <a class="bottomToolbarButton" data-container="body" data-toggle="popover" data-placement="top" data-container="body" id="contactlistpopover" content="Open / close contact list" onclick='BottomToolbar.toggleContactList();'>
268 269
                         <i id="contactListButton" class="icon-contactList"></i>
269 270
                     </a>
270 271
                 </span>
272
+                <div class="bottom_button_separator"></div>
271 273
                 <span class="bottomToolbar_span">
272 274
                     <a class="bottomToolbarButton" data-container="body" data-toggle="popover" shortcut="filmstripPopover" data-placement="top" content="Show / hide film strip" onclick='BottomToolbar.toggleFilmStrip()'>
273 275
                         <i id="filmStripButton" class="icon-filmstrip"></i>

正在加载...
取消
保存