random modifications from server?

This commit is contained in:
root
2022-03-16 19:17:51 +00:00
parent 94f05fe547
commit 7acd546481
3 changed files with 47 additions and 5 deletions

View File

@@ -1,3 +1,44 @@
@media (min-width: 768px) {
html, body {
height: 100%;
}
.main-inner {
margin-bottom: 50px;
margin-bottom: -100px;
}
.main, .main-inner {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: -120px;
padding-top: 120px;
height: 100%;
z-index: 1;
position: relative;
}
.span10, .well {
height: 100%;
margin-left: 15px;
}
.textarea-wrapper {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: -75px;
padding-top: 75px;
padding-bottom: 25px;
height: 100%;
}
textarea {
height: 100%;
}
}
#data {
width: 100%;
font-family: monospace;