Changed the screen resolution for 640x480. Created centered class for screen;

This commit is contained in:
vinicius.reif
2019-09-12 12:58:14 -03:00
parent cc375dd9f3
commit a478627e01
6 changed files with 29 additions and 28 deletions

13
dist/tuicss.css vendored
View File

@@ -1138,9 +1138,9 @@ input[type=button] {
box-shadow: 10px 10px black;
color: white; }
.tui-screen-640-360 {
.tui-screen-640-480 {
width: 640px;
height: 360px; }
height: 480px; }
.tui-screen-800-600 {
width: 800px;
@@ -1150,14 +1150,19 @@ input[type=button] {
width: 1024px;
height: 768px; }
.tui-screen-640-360,
.tui-screen-640-480,
.tui-screen-800-600,
.tui-screen-1024-768 {
position: relative; }
.tui-screen-640-360.bordered,
.tui-screen-640-480.bordered,
.tui-screen-800-600.bordered,
.tui-screen-1024-768.bordered {
border: 2px solid black; }
.tui-screen-640-480.centered,
.tui-screen-800-600.centered,
.tui-screen-1024-768.centered {
margin: auto;
margin-top: 20px; }
.tui-datetime {
padding: 1px 0px 1px 0px;

2
dist/tuicss.min.css vendored

File diff suppressed because one or more lines are too long