From 268f901c46df53d6e17c0d9426a0caee286b82b7 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Thu, 7 Oct 2010 16:12:56 -0300 Subject: [PATCH] Adding some style to chat in 'noosfero' theme --- public/designs/themes/noosfero/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+), 0 deletions(-) diff --git a/public/designs/themes/noosfero/style.css b/public/designs/themes/noosfero/style.css index 96427e5..21dd358 100644 --- a/public/designs/themes/noosfero/style.css +++ b/public/designs/themes/noosfero/style.css @@ -5,3 +5,21 @@ position:absolute; top:-30px; } + +#title-bar { + background-color: gray; +} +#buddy-list .toolbar { + background-color: gray; + border-top: 1px solid; + border-bottom: 1px solid; +} +#title-bar h1 { + color: white; +} +#chat-window { + background: white; +} +#buddy-list #environment-logo { + background-color: #BBB; +} -- libgit2 0.21.2