1
0
mirror of https://github.com/pkimpel/retro-220.git synced 2026-05-02 22:24:16 +00:00

Commit again to renormalize CR/LF line endings and character encodings after doing 'git add --renormalize'.

This commit is contained in:
Paul Kimpel
2018-04-08 14:50:17 -07:00
parent e5d34c322e
commit 913606c5f7
148 changed files with 31621 additions and 31609 deletions

View File

@@ -1,116 +1,116 @@
/***********************************************************************
* retro-220/webUI B220CardatronInput.css
************************************************************************
* Copyright (c) 2017, Paul Kimpel.
* Licensed under the MIT License,
* see http://www.opensource.org/licenses/mit-license.php
************************************************************************
* Burroughs 220 emulator Cardatron Input Unit web interface style sheet.
************************************************************************
* 2017-05-19 P.Kimpel
* Original version, from retro-205 D205CardatronInput.css.
***********************************************************************/
#readerBody {
height: 100%;
min-height: 100%;
overflow: hidden;
padding: 0}
#CIDiv {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 4px}
#CIStopBtn {
position: absolute;
top: 8px;
left: 8px}
#CIStartBtn {
position: absolute;
top: 8px;
left: 76px}
#NoFormatLamp {
top: 16px;
left: 160px}
#StartMachineLamp {
top: 0;
left: 208px}
#ReloadLockoutLamp {
top: 0;
left: 240px}
#FormatLockoutLamp {
top: 0;
left: 272px}
#FormatSelect4Lamp {
top: 28px;
left: 208px}
#FormatSelect2Lamp {
top: 28px;
left: 240px}
#FormatSelect1Lamp {
top: 28px;
left: 272px}
#FormatSelectDiv {
position: absolute;
text-align: center;
font-size: 5pt;
font-weight: bold;
top: 16px;
left: 304px}
#FormatColumnDiv {
position: absolute;
text-align: center;
font-size: 5pt;
font-weight: bold;
top: 16px;
left: 388px}
#ClearBtn {
top: 8px;
right: 8px}
#ClearBtnCaption {
top: 44px;
right: 8px;
width: 32px}
#CIStackerDiv {
position: absolute;
top: 58px;
left: 8px;
right: 8px;
bottom: auto}
#CIFileSelector {
width: 100%;
color: white;
border: 1px solid white}
#CIHopperBar {
margin-top: 4px;
width: 100%;
height: 16px;
border: 1px solid white}
#CIHopperCaption {
position: absolute;
right: 4px;
top: 30px;
z-index: 1;
height: 12px;
color: black;
font-weight: bold}
#CIOutHopperFrame {
margin-top: 4px;
width: 100%;
height: 35px;
border: 1px solid white}
/***********************************************************************
* retro-220/webUI B220CardatronInput.css
************************************************************************
* Copyright (c) 2017, Paul Kimpel.
* Licensed under the MIT License,
* see http://www.opensource.org/licenses/mit-license.php
************************************************************************
* Burroughs 220 emulator Cardatron Input Unit web interface style sheet.
************************************************************************
* 2017-05-19 P.Kimpel
* Original version, from retro-205 D205CardatronInput.css.
***********************************************************************/
#readerBody {
height: 100%;
min-height: 100%;
overflow: hidden;
padding: 0}
#CIDiv {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 4px}
#CIStopBtn {
position: absolute;
top: 8px;
left: 8px}
#CIStartBtn {
position: absolute;
top: 8px;
left: 76px}
#NoFormatLamp {
top: 16px;
left: 160px}
#StartMachineLamp {
top: 0;
left: 208px}
#ReloadLockoutLamp {
top: 0;
left: 240px}
#FormatLockoutLamp {
top: 0;
left: 272px}
#FormatSelect4Lamp {
top: 28px;
left: 208px}
#FormatSelect2Lamp {
top: 28px;
left: 240px}
#FormatSelect1Lamp {
top: 28px;
left: 272px}
#FormatSelectDiv {
position: absolute;
text-align: center;
font-size: 5pt;
font-weight: bold;
top: 16px;
left: 304px}
#FormatColumnDiv {
position: absolute;
text-align: center;
font-size: 5pt;
font-weight: bold;
top: 16px;
left: 388px}
#ClearBtn {
top: 8px;
right: 8px}
#ClearBtnCaption {
top: 44px;
right: 8px;
width: 32px}
#CIStackerDiv {
position: absolute;
top: 58px;
left: 8px;
right: 8px;
bottom: auto}
#CIFileSelector {
width: 100%;
color: white;
border: 1px solid white}
#CIHopperBar {
margin-top: 4px;
width: 100%;
height: 16px;
border: 1px solid white}
#CIHopperCaption {
position: absolute;
right: 4px;
top: 30px;
z-index: 1;
height: 12px;
color: black;
font-weight: bold}
#CIOutHopperFrame {
margin-top: 4px;
width: 100%;
height: 35px;
border: 1px solid white}