From 19d621a31f399c8e0cec20d3e95146eb2e81e142 Mon Sep 17 00:00:00 2001 From: max-m Date: Sun, 4 Dec 2011 00:50:04 +0100 Subject: [PATCH] Changed CSS a bit. --- template/chat.tpl | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/template/chat.tpl b/template/chat.tpl index 2a43aa9..bf87720 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -21,17 +21,17 @@ } .first { - width: 10%; + width: 15%; background-color: #D8E7F5; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset; } .second { - width: 80%; + width: 70%; } .third { - width: 10%; + width: 15%; background-color: #D8E7F5; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset; } @@ -67,12 +67,9 @@ min-height: 200px; } - /* - .chatSidebar { - float: right; - width: 100%; + .chatSidebar a { + outline: none; } - */ /* .chatSidebar > div h1.activeMenuItem { @@ -142,6 +139,15 @@ .chatSidebar .selectedUser { margin-left: 20px; } + + .ajaxLoad { + border-radius: 3px 3px 3px 3px; + box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset; + background-color: rgba(0, 0, 0, 0.1); + padding: 2px; + margin-right: 2px; + float: right; + } @@ -172,7 +178,7 @@