1
0

css fixes

This commit is contained in:
Mike Schwörer 2018-11-18 14:47:10 +01:00
parent a097c99baa
commit a48ef80865
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF
3 changed files with 1156 additions and 699 deletions

File diff suppressed because it is too large Load Diff

View File

@ -259,7 +259,7 @@ html,body{margin:0;padding:0;height:100%}
.prgv_top{display:flex;flex-direction:row;margin-top:15px} .prgv_top{display:flex;flex-direction:row;margin-top:15px}
.prgv_left{display:inline-flex;justify-content:center;flex-grow:1;margin-left:10px;margin-top:auto;margin-bottom:auto} .prgv_left{display:inline-flex;justify-content:center;flex-grow:1;margin-left:10px;margin-top:auto;margin-bottom:auto}
.prgv_left img{height:100%;width:100%;object-fit:contain} .prgv_left img{height:100%;width:100%;object-fit:contain}
.prgv_right{background:#BBB;border:1px solid #666;margin:0 10px;padding:8px 5px 2px 5px;min-height:250px;min-width:200px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto auto auto auto 1fr auto;grid-column-gap:15px;grid-row-gap:2px} .prgv_right{background:#BBB;border:1px solid #666;margin:0 10px;padding:8px 5px 2px 5px;min-height:250px;min-width:235px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto auto auto auto auto 1fr auto;grid-column-gap:15px;grid-row-gap:2px}
.prgv_right_key{font-weight:bold} .prgv_right_key{font-weight:bold}
.prgv_right_value a{color:#333;text-decoration:none} .prgv_right_value a{color:#333;text-decoration:none}
.prgv_right_value a:hover{color:#339;text-decoration:none} .prgv_right_value a:hover{color:#339;text-decoration:none}

View File

@ -53,7 +53,7 @@
padding: 8px 5px 2px 5px; padding: 8px 5px 2px 5px;
min-height: 250px; min-height: 250px;
min-width: 200px; min-width: 235px;
display: grid; display: grid;
grid-template-columns: auto 1fr; grid-template-columns: auto 1fr;