Fixed a ton of bugs and made almost everything work

This commit is contained in:
2017-07-24 00:35:04 +02:00
parent 314239842e
commit 28a170faa3
39 changed files with 1985 additions and 390 deletions
+14 -6
View File
@@ -576,6 +576,10 @@ ul > * {
background-color: rgba(255, 255, 255, 0.07);
box-shadow: 0 0 4px black;
border: 1px solid #4f4f4f; }
.Box::after {
content: '';
display: block;
clear: both; }
@media screen and (max-width: 544px) {
.Box {
margin-top: 0.61805rem; } }
@@ -586,6 +590,8 @@ ul > * {
.Box h2 {
margin-top: 0;
margin-bottom: 0 !important; }
.Box p:last-child {
margin-bottom: 0.5em; }
.Box.wide {
width: initial;
max-width: initial; }
@@ -967,7 +973,8 @@ form span.required {
background: rgba(255, 255, 255, 0.1);
border-radius: 5px;
padding: 0.38198rem;
margin-bottom: 0.38198rem; }
margin-bottom: 0.38198rem;
margin-top: 0.38198rem; }
#ap-noscan {
font-weight: bold; }
@@ -1109,10 +1116,8 @@ body.term #buttons {
white-space: nowrap; }
body.term #buttons button {
margin: 0 3px;
padding: 10px 0;
width: 18%;
max-width: 65px;
min-width: initial;
padding: 8px 5px;
min-width: 65px;
cursor: pointer;
font-weight: bold; }
body.term #botnav {
@@ -1138,7 +1143,8 @@ body.term #botnav {
float: right;
height: 130px; }
.page-about #logo2 {
max-width: 100%; }
max-width: 100%;
margin: 1rem; }
.page-about td {
white-space: normal; }
@@ -1280,3 +1286,5 @@ body.term #botnav {
@media screen and (max-width: 1000px) {
.mq-normal-min {
display: none !important; } }
/*# sourceMappingURL=app.css.map */
File diff suppressed because one or more lines are too long