Skip to content

Commit

Permalink
lint css
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed Jun 2, 2018
1 parent 20b3a9f commit fb721fe
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 14 deletions.
7 changes: 4 additions & 3 deletions api/easyrtc.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
border-color: red;
border-style: solid;
border-width: 1px;
-webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.9);
-webkit-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.9);
-moz-box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.9);
box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.9);
}

Expand Down Expand Up @@ -62,8 +63,8 @@
position: absolute;
width: 40px;
height:40px;
right: 0px;
top: 0px;
right: 0;
top: 0 ;
background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="40px" height="40px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><g stroke="#b0b0b0" stroke-width="7" ><g> <path d="M76.03,79.854c-0.979,0-1.958-0.373-2.704-1.12L21.184,26.592c-1.494-1.494-1.494-3.915,0-5.409c1.494-1.493,3.915-1.493,5.409,0l52.143,52.142c1.494,1.494,1.494,3.915,0,5.409C77.988,79.481,77.01,79.854,76.03,79.854z"/></g><g><path d="M23.888,79.854c-0.979,0-1.958-0.373-2.704-1.12c-1.494-1.494-1.494-3.915,0-5.409l52.142-52.142c1.493-1.493,3.915-1.493,5.409,0c1.494,1.494,1.494,3.915,0,5.409L26.593,78.734C25.846,79.481,24.867,79.854,23.888,79.854z"/></g></g><g fill="#000000"><g><path d="M76.03,79.854c-0.979,0-1.958-0.373-2.704-1.12L21.184,26.592c-1.494-1.494-1.494-3.915,0-5.409c1.494-1.493,3.915-1.493,5.409,0l52.143,52.142c1.494,1.494,1.494,3.915,0,5.409C77.988,79.481,77.01,79.854,76.03,79.854z"/></g><g><path d="M23.888,79.854c-0.979,0-1.958-0.373-2.704-1.12c-1.494-1.494-1.494-3.915,0-5.409l52.142-52.142c1.493-1.493,3.915-1.493,5.409,0c1.494,1.494,1.494,3.915,0,5.409L26.593,78.734C25.846,79.481,24.867,79.854,23.888,79.854z"/></g></g></svg>');
opacity: 0.3;
}
Expand Down
6 changes: 3 additions & 3 deletions demos/css/demo4.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
background-color: transparent;
background-image: url('../images/button_close.png');
border:none;
margin:0px;
padding:0px;
top:0px;
margin:0;
padding:0;
top:0;
width:56px;
height:56px;
z-index: 2;
Expand Down
6 changes: 3 additions & 3 deletions demos/css/demo_audio_video_simple_hd.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
background-color: transparent;
background-image: url('../images/button_close.png');
border:none;
margin:0px;
padding:0px;
top:0px;
margin:0;
padding:0;
top:0;
width:56px;
height:56px;
z-index: 2;
Expand Down
6 changes: 3 additions & 3 deletions demos/css/demo_room.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

.hidden {
background-color: transparent;
border-color: 2px solid blue;
border: solid 2px blue;
}

.boxCommon {
Expand All @@ -30,8 +30,8 @@

body {
background-color:#ffd0d0;
margin-left:0px;
margin-top:0px;
margin-left:0;
margin-top:0;
}

#killButton {
Expand Down
4 changes: 2 additions & 2 deletions demos/css/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body {
border-width: 2px;
border-style: outset;
color: white;
padding: 0px 3px 0px 3px;
padding: 0 3px 0 3px;
background-color: rgba(0,0,0,.4);
}
.menu_item:hover {
Expand Down Expand Up @@ -75,7 +75,7 @@ body {
min-height:60px;
}
#footer p {
margin: 0px;
margin: 0;
color:white;
text-align:center;
}
Expand Down

0 comments on commit fb721fe

Please sign in to comment.