From a8ae61b4e144ccfeda6e558ab1cb144a3bc65f9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 6 Feb 2012 18:35:09 +0100 Subject: [PATCH] Fixing some classes, real buttons --- file/style/timwolla.wcf.chat.scss | 8 ++- template/chat.tpl | 89 +++++++++++++----------------- template/chatNavigationInclude.tpl | 4 +- 3 files changed, 44 insertions(+), 57 deletions(-) diff --git a/file/style/timwolla.wcf.chat.scss b/file/style/timwolla.wcf.chat.scss index 504c05d..1b82ca5 100644 --- a/file/style/timwolla.wcf.chat.scss +++ b/file/style/timwolla.wcf.chat.scss @@ -32,7 +32,7 @@ .sidebar { } } -#timsChatTopic, #smileyList, #timsChatOptions { +#timsChatTopic, #smileyList { padding: 5px; } @@ -43,7 +43,7 @@ .timsChatMessageContainer { padding-left: 7px !important; } -#smileyList .smilies, .smallButtons { +#smileyList .smilies { li { display: inline; margin: 5px 5px 0 0; @@ -63,7 +63,9 @@ #timsChatInput { } #timsChatOptions { - display: inline-block; + > ul { + text-align: right; + } } #timsChatUserList { diff --git a/template/chat.tpl b/template/chat.tpl index 55b832b..5816976 100755 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -90,7 +90,7 @@ {capture assign='sidebar'} -
+