hristoterezov 10 jaren geleden
bovenliggende
commit
e05db53e15
5 gewijzigde bestanden met toevoegingen van 51 en 35 verwijderingen
  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 Bestand weergeven

19
     width: 20%;
19
     width: 20%;
20
     max-width: 200px;
20
     max-width: 200px;
21
     overflow: hidden;
21
     overflow: hidden;
22
+    /* background-color:#dfebf1;*/
23
+    background-color:#FFFFFF;
24
+    border-left:1px solid #424242;
22
     z-index: 5;
25
     z-index: 5;
23
 }
26
 }
24
 
27
 
114
     display: inline-block;
117
     display: inline-block;
115
     position: relative;
118
     position: relative;
116
     color: #FFFFFF;
119
     color: #FFFFFF;
117
-    top: 0;
120
+    top: 0px;
118
     padding: 10px 0px;
121
     padding: 10px 0px;
119
-    width: 39px;
122
+    width: 38px;
120
     cursor: pointer;
123
     cursor: pointer;
121
     font-size: 11pt;
124
     font-size: 11pt;
122
     text-align: center;
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
     z-index: 1;
127
     z-index: 1;
125
 }
128
 }
126
 
129
 
177
 
180
 
178
 a.button:hover,
181
 a.button:hover,
179
 a.bottomToolbarButton:hover {
182
 a.bottomToolbarButton:hover {
180
-    top: 0;
183
+    top: 0px;
181
     cursor: pointer;
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
     background-clip: padding-box;
187
     background-clip: padding-box;
185
-    -webkit-border-radius: 5px;
188
+    -webkit-border-radius: 6px;
186
     -webkit-background-clip: padding-box;
189
     -webkit-background-clip: padding-box;
187
 }
190
 }
188
 
191
 
196
     top: 5;
199
     top: 5;
197
     width: 1px;
200
     width: 1px;
198
     height: 20px;
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
 input[type='text'], input[type='password'], textarea {
214
 input[type='text'], input[type='password'], textarea {
267
 #bottomToolbar {
279
 #bottomToolbar {
268
     display:block;
280
     display:block;
269
     position: absolute;
281
     position: absolute;
270
-    right: -1;
282
+    right: 0;
283
+    margin-right: 5px;
271
     bottom: 40px;
284
     bottom: 40px;
272
     width: 29px;
285
     width: 29px;
273
-    border-top-left-radius: 10px;
274
-    border-bottom-left-radius: 10px;
286
+    border-radius: 6px;
275
     color: #FFF;
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
     z-index: 6; /*+1 from #remoteVideos*/
290
     z-index: 6; /*+1 from #remoteVideos*/
281
 }
291
 }
282
 
292
 
285
     position: relative;
295
     position: relative;
286
     color: #FFFFFF;
296
     color: #FFFFFF;
287
     top: 0;
297
     top: 0;
288
-    padding-top: 3px;
289
-    width: 29px;
298
+    padding-top: 6px;
299
+    margin: 2px;
300
+    width: 25px;
290
     height: 20px;
301
     height: 20px;
291
     cursor: pointer;
302
     cursor: pointer;
292
     font-size: 10pt;
303
     font-size: 10pt;

+ 1
- 1
css/popover.css Bestand weergeven

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

+ 8
- 8
css/popup_menu.css Bestand weergeven

2
 ul.popupmenu {
2
 ul.popupmenu {
3
     display:none;
3
     display:none;
4
     position: absolute;
4
     position: absolute;
5
-    padding:0;
5
+    padding:10px;
6
     margin: 0;
6
     margin: 0;
7
     bottom: 0;
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
     right: 10px;
11
     right: 10px;
12
     left: -5px;
12
     left: -5px;
13
     width: 100px;
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
     border-radius:8px;
16
     border-radius:8px;
17
 }
17
 }
18
 
18
 
30
 }
30
 }
31
 
31
 
32
 ul.popupmenu li:hover {
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
 /*Link Appearance*/
37
 /*Link Appearance*/

+ 8
- 5
css/videolayout_default.css Bestand weergeven

285
 #toolbar {
285
 #toolbar {
286
     display:inline-block;
286
     display:inline-block;
287
     position:relative;
287
     position:relative;
288
+    margin-top:5px;
288
     margin-left:auto;
289
     margin-left:auto;
289
     margin-right:auto;
290
     margin-right:auto;
290
-    height:39px;
291
+    padding-left:2px;
292
+    padding-right:2px;
293
+    height:38px;
291
     width:auto;
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
 #subject {
301
 #subject {

+ 6
- 4
index.html Bestand weergeven

58
     <script src="message_handler.js?v=1"></script>
58
     <script src="message_handler.js?v=1"></script>
59
     <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
59
     <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
60
     <link rel="stylesheet" href="css/font.css?v=4"/>
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
     <link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
63
     <link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
64
     <link rel="stylesheet" href="css/modaldialog.css?v=3">
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
     <link rel="stylesheet" href="css/contact_list.css?v=1">
67
     <link rel="stylesheet" href="css/contact_list.css?v=1">
68
     <link rel="stylesheet" href="css/welcome_page.css?v=1">
68
     <link rel="stylesheet" href="css/welcome_page.css?v=1">
69
     <!--
69
     <!--
263
                         <i id="chatBottomButton" class="icon-chat-simple"></i>
263
                         <i id="chatBottomButton" class="icon-chat-simple"></i>
264
                     </a>
264
                     </a>
265
                 </span>
265
                 </span>
266
+                <div class="bottom_button_separator"></div>
266
                 <span class="bottomToolbar_span">
267
                 <span class="bottomToolbar_span">
267
                     <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
                     <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
                         <i id="contactListButton" class="icon-contactList"></i>
269
                         <i id="contactListButton" class="icon-contactList"></i>
269
                     </a>
270
                     </a>
270
                 </span>
271
                 </span>
272
+                <div class="bottom_button_separator"></div>
271
                 <span class="bottomToolbar_span">
273
                 <span class="bottomToolbar_span">
272
                     <a class="bottomToolbarButton" data-container="body" data-toggle="popover" shortcut="filmstripPopover" data-placement="top" content="Show / hide film strip" onclick='BottomToolbar.toggleFilmStrip()'>
274
                     <a class="bottomToolbarButton" data-container="body" data-toggle="popover" shortcut="filmstripPopover" data-placement="top" content="Show / hide film strip" onclick='BottomToolbar.toggleFilmStrip()'>
273
                         <i id="filmStripButton" class="icon-filmstrip"></i>
275
                         <i id="filmStripButton" class="icon-filmstrip"></i>

Laden…
Annuleren
Opslaan