diff options
| author | sD <stoned@derpymail.org> | 2020-03-20 22:34:45 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-20 22:34:45 +0100 |
| commit | f017aabd3f99730e7e03da12f4efa5938d9ee291 (patch) | |
| tree | 06f060aca0af5ed229e7ed5c09dac7845a72d494 | |
| parent | 7e28bbdb57f5aef3b281aa539f74a35028d65c03 (diff) | |
simplify the infos at the side
| -rw-r--r-- | webAO/index.html | 2 | ||||
| -rw-r--r-- | webAO/styles/master.css | 19 |
2 files changed, 5 insertions, 16 deletions
diff --git a/webAO/index.html b/webAO/index.html index 9bd24b7..e3de2ce 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -57,7 +57,7 @@ <p id="serverinfo">Masterserver version - ...</p> <p id="clientinfo">Client version - ...</p> <br> - <textarea id="masterchat" readonly></textarea> + <textarea id="masterchat" style="width: 260px; height: 260px; font-size: inherit;" readonly></textarea> </div> <div id="content"> <div id="serverdescription_box"> diff --git a/webAO/styles/master.css b/webAO/styles/master.css index a8c91f7..ee16429 100644 --- a/webAO/styles/master.css +++ b/webAO/styles/master.css @@ -1,18 +1,3 @@ -#serverinfo { - margin-top: 75px; - margin-bottom: 0px; - float: left; - font-size:0.6em; -} - -#clientinfo { - margin: 0px; - display: block; - float: left; - clear: both; - font-size:0.6em; -} - .button { padding: 5px; vertical-align: middle; @@ -48,8 +33,12 @@ } #header { + display: block; + float: left; + margin-top: 75px; position: absolute; left: 0; + font-size: 0.8em; } #serverdescription_box { |
