Merge branch 'next-release'
This commit is contained in:
commit
701045d5f5
20 changed files with 922 additions and 700 deletions
|
|
@ -59,10 +59,10 @@
|
|||
}
|
||||
.pcjs-progress-bar {
|
||||
height: 20px;
|
||||
width: 0%;
|
||||
width: 0;
|
||||
background-color: gold;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
top: 0;
|
||||
}
|
||||
.pcjs-progress-text {
|
||||
height: 20px;
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
line-height: 20px;
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
.pcjs-register {
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
.pcjs-switch {
|
||||
height: 10px;
|
||||
width: 28px;
|
||||
margin-top: 0%;
|
||||
margin-top: 0;
|
||||
max-width: 90%;
|
||||
background-color: #00ff00;
|
||||
}
|
||||
|
|
@ -229,9 +229,15 @@
|
|||
}
|
||||
.pcjs-registers {
|
||||
width: 100% !important;
|
||||
max-width: none !important;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.pdp11-device {
|
||||
width: 100% !important;
|
||||
width: 98% !important;
|
||||
max-width: none !important;
|
||||
margin-left: 8px !important;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue