aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/master.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2020-03-21 12:53:19 +0100
committerGitHub <noreply@github.com>2020-03-21 12:53:19 +0100
commitbd88a72f0cd3cf515b09b943bf9dbee76d2ab5a7 (patch)
tree280a5fcfa18913f821f1cfb0755e33bca6b80f62 /webAO/styles/master.css
parent14da5b33e0d3ec2ca5168d1189379ea200798407 (diff)
parenta4d59759108c1ae42b301e8199b55e6aacff5850 (diff)
Merge pull request #49 from AttorneyOnline/masterchat
Masterchat
Diffstat (limited to 'webAO/styles/master.css')
-rw-r--r--webAO/styles/master.css32
1 files changed, 17 insertions, 15 deletions
diff --git a/webAO/styles/master.css b/webAO/styles/master.css
index 243dfba..5cfc6f3 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;
@@ -47,6 +32,23 @@
padding: 1px;
}
+#header {
+ display: block;
+ float: left;
+ margin-top: 75px;
+ position: absolute;
+ left: 0;
+ font-size: 0.8em;
+}
+
+#masterchat {
+ width: 260px;
+ height: 260px;
+ font-size: inherit;
+ background-color: darkgrey;
+ color: black;
+}
+
#serverdescription_box {
display: inline-block;
position: fixed;