From d7dcef7ff4e7f2eb73ab2205f1f9c0d97aba3457 Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Thu, 14 Aug 2014 02:21:49 +0100
Subject: [PATCH] config css

---
 webclient/app.css | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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;
-- 
GitLab