summary refs log tree commit diff
path: root/webclient/app.css
diff options
context:
space:
mode:
authorEmmanuel ROHEE <erohee@amdocs.com>2014-08-22 18:18:27 +0200
committerEmmanuel ROHEE <erohee@amdocs.com>2014-08-22 18:18:27 +0200
commit41d1db2d4ab26bc87840de879e45210c9d3284a3 (patch)
tree9c9614b665e2a878862cffc5d854fd5c6c4630e6 /webclient/app.css
parentMerge branch 'develop' of github.com:matrix-org/synapse into release-v0.0.1 (diff)
parentUse /home everywhere (diff)
downloadsynapse-41d1db2d4ab26bc87840de879e45210c9d3284a3.tar.xz
Merge branch 'settings-page' into develop
Diffstat (limited to 'webclient/app.css')
-rw-r--r--webclient/app.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/webclient/app.css b/webclient/app.css
index 207f35f5f3..72b38cd950 100644
--- a/webclient/app.css
+++ b/webclient/app.css
@@ -308,18 +308,6 @@ h1 {
     float: right;
 }
 
-#config {
-    position: absolute;
-    z-index: 100;
-    top: 100px;
-    left: 50%;
-    width: 500px;
-    margin-left: -250px;
-    text-align: center;
-    padding: 20px;
-    background-color: #aaa;
-}
-
 .text_entry_section {
     position: fixed;
     bottom: 0;