Removed redundant CSS
This commit is contained in:
parent
b87c77b0a0
commit
b4cb9651ce
1 changed files with 4 additions and 4 deletions
|
|
@ -64,10 +64,10 @@
|
||||||
}
|
}
|
||||||
.pcjs-progress-bar {
|
.pcjs-progress-bar {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 0%; /* this will be updated pragmatically */
|
width: 0; /* this will be updated pragmatically */
|
||||||
background-color: gold;
|
background-color: gold;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0;
|
||||||
}
|
}
|
||||||
.pcjs-progress-text {
|
.pcjs-progress-text {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.pcjs-register {
|
.pcjs-register {
|
||||||
|
|
@ -192,7 +192,7 @@
|
||||||
.pcjs-switch {
|
.pcjs-switch {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
margin-top: 0%;
|
margin-top: 0;
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
background-color: #00ff00;
|
background-color: #00ff00;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue