Updated vendor files to latest

This commit is contained in:
Paul Graffam 2018-02-25 19:30:59 -05:00
parent de7032afe8
commit e183f91dee
2 changed files with 34 additions and 115 deletions

View File

@ -1,36 +1,36 @@
.alarm{ .alarm{
color: #b70000; color: #b70000;
text-shadow: 0 0 0 #b70000, text-shadow: 0 0 0 #b70000,
0 0 1px #ffffff, 0 0 1px #fff,
0 0 1px #ffffff, 0 0 1px #fff,
0 0 2px #ffffff, 0 0 2px #fff,
0 0 2px #ffffff, 0 0 2px #fff,
0 0 3px #ffffff, 0 0 3px #fff,
0 0 3px #ffffff, 0 0 3px #fff,
0 0 4px #ffffff, 0 0 4px #fff,
0 0 4px #ffffff; 0 0 4px #fff;
} }
.rs-base{ .rs-base{
position: absolute; position: absolute;
top: 0;
left: 0;
z-index: 10000; z-index: 10000;
overflow: hidden;
padding: 10px; padding: 10px;
width: 350px; background-color: #222;
background-color: #222222;
font-size: 10px; font-size: 10px;
font-family: 'Roboto Condensed', tahoma, sans-serif;
line-height: 1.2em; line-height: 1.2em;
width: 350px;
font-family: 'Roboto Condensed', tahoma, sans-serif;
left: 0;
top: 0;
overflow: hidden;
} }
.rs-base h1{ .rs-base h1{
margin: 0; margin: 0;
margin-bottom: 5px;
padding: 0; padding: 0;
color: #ffffff;
font-size: 1.4em; font-size: 1.4em;
color: #fff;
margin-bottom: 5px;
cursor: pointer; cursor: pointer;
} }
@ -48,10 +48,10 @@
} }
.rs-base div.rs-fraction p{ .rs-base div.rs-fraction p{
margin: 0;
padding: 0;
width: 120px; width: 120px;
text-align: right; text-align: right;
margin: 0;
padding: 0;
} }
.rs-base div.rs-legend{ .rs-base div.rs-legend{
@ -63,20 +63,21 @@
position: relative; position: relative;
margin: 2px 0; margin: 2px 0;
height: 1em; height: 1em;
color: white;
} }
.rs-base span.rs-counter-id{ .rs-base span.rs-counter-id{
position: absolute; position: absolute;
top: 0;
left: 0; left: 0;
top: 0;
} }
.rs-base div.rs-counter-value{ .rs-base div.rs-counter-value{
position: absolute; position: absolute;
top: 0;
left: 90px; left: 90px;
width: 30px; width: 30px;
height: 1em; height: 1em;
top: 0;
text-align: right; text-align: right;
} }

File diff suppressed because one or more lines are too long