diff --git a/src/interface/view/index.html b/src/interface/view/index.html index 065801a..41f6b80 100644 --- a/src/interface/view/index.html +++ b/src/interface/view/index.html @@ -130,8 +130,8 @@ margin-right:8px; } -input[type='radio']:checked { - background: #000000; + input[type='radio']:checked { + background: #000000; } .container div { @@ -216,7 +216,38 @@ input[type='radio']:checked { } + div.outputHeader { + flex-flow: row; + justify-content: space-between; + width: 100%; + } + + div.langSwitches { + flex-flow: row nowrap; + margin-bottom: -1px; + } + button { + display: inline; + font-family: 'PT Mono', monospace; + font-weight: 400; + font-size: 1em; + border:1px solid black; + background-color: #fff; + } + .btnBlack { + background-color: #000; + color: #fff; + } + + .langRu { + margin-right:-1px; + border-radius: 3px 0 0 0; + } + + .langEn { + border-radius: 0 3px 0 0; + } @media only screen and (320px <=device-width <=430px) and (-webkit-device-pixel-ratio : 2) { @@ -294,11 +325,15 @@ input[type='radio']:checked { input[type="radio"] { font-size: 1.3em; } - + button { + font-size: 1.5em; + padding: 5px 20px; + } } + -
-
+
ё
- +
-
Код 1C
+
+
Код 1C
+
+ + +
+
Winow

+ + + \ No newline at end of file