diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-08-14 02:21:49 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-08-14 02:21:49 +0100 |
commit | d7dcef7ff4e7f2eb73ab2205f1f9c0d97aba3457 (patch) | |
tree | ec0bfb69bb82202269761924c5e02b6c0baf72ee /webclient | |
parent | completely change the CSS to be an entirely 'position: absolute' layout rathe... (diff) | |
download | synapse-d7dcef7ff4e7f2eb73ab2205f1f9c0d97aba3457.tar.xz |
config css
Diffstat (limited to 'webclient')
-rw-r--r-- | webclient/app.css | 12 |
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; |