From a110e218df0e288a73f8bcca81d601755ea539e7 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Sat, 14 Sep 2013 02:38:15 -0700 Subject: [PATCH] Restyle chat header --- public/style.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/public/style.css b/public/style.css index 30dcf21..8265f81 100644 --- a/public/style.css +++ b/public/style.css @@ -260,9 +260,13 @@ nav.main a { .contactInfo { padding: 5px; - background-color: #bccad0; - background-image: -moz-linear-gradient(top, #bccad0, #95a4a9); - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bccad0), color-stop(1, #95a4a9)); + background-color: #e1e4e6; + background-image: -moz-linear-gradient(top, #e1e4e6, #cacdce); + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e1e4e6), color-stop(1, #cacdce)); + -webkit-box-shadow: color 2px 1px 5px; + -moz-box-shadow: rgba(0,0,0,0.1) 2px 1px 5px; + box-shadow: rgba(0,0,0,0.1) 2px 1px 5px; + border-bottom: 1px solid #aaa; min-height: 30px; position: fixed; top: 0px; @@ -291,7 +295,9 @@ nav.main a { color: white; width: 20px; border-radius: 10px; - position: relative; + position: absolute; + top: 20px; + left: 20px; text-align: center; background-color: red; }