summary refs log tree commit diff
path: root/webclient
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-08-14 02:21:49 +0100
committerMatthew Hodgson <matthew@matrix.org>2014-08-14 02:21:49 +0100
commitd7dcef7ff4e7f2eb73ab2205f1f9c0d97aba3457 (patch)
treeec0bfb69bb82202269761924c5e02b6c0baf72ee /webclient
parentcompletely change the CSS to be an entirely 'position: absolute' layout rathe... (diff)
downloadsynapse-d7dcef7ff4e7f2eb73ab2205f1f9c0d97aba3457.tar.xz
config css
Diffstat (limited to 'webclient')
-rw-r--r--webclient/app.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/webclient/app.css b/webclient/app.css

index 0111b78e02..65049c95c9 100644 --- a/webclient/app.css +++ b/webclient/app.css
@@ -232,6 +232,18 @@ h1 { float: right; } +.config { + position: absolute; + z-index: 100; + top: 100px; + left: 50%; + width: 400px; + margin-left: -200px; + text-align: center; + padding: 20px; + background-color: #aaa; +} + .text_entry_section { position: fixed; bottom: 0;