From ca0d80afbbd64b6fcfaacc5d3a81ebff7f771bb2 Mon Sep 17 00:00:00 2001 From: subramanya Date: Thu, 8 May 2014 15:44:27 +0530 Subject: [PATCH] side bar- css changed and tool tip is added --- mouchak/static/css/main.css | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index df06e56..aaf3b0d 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -34,8 +34,8 @@ overflow-y:scroll; top: 200px; right: 0px; list-style: none; - padding: 3px 3px 3px 3px; - background-color: #e3ebe6; + padding: 0px 4px; + } @@ -78,7 +78,7 @@ transition:0.5s; z-index:1000; opacity:0.7; -padding-left:20%; +padding-left:2%; width:auto; } @@ -1006,7 +1006,7 @@ h5 { height: 35px; background: none repeat scroll 0% 0% rgb(1, 2, 2); padding-top:2px; -margin-top:-0.7%; +margin-top:-2.5%; opacity:0.9; } @@ -1222,4 +1222,19 @@ background:rgba(0, 0, 0, 0.4); color:white; margin-top:5%; border-radius:1%; + } +.glyphicon +{ +color:darkred; +line-height:3; + } + +.tooltip.left .tooltip-arrow +{ +border-left-color:rgb(63, 59, 66); + } + +.tooltip-inner +{ +background-color:rgb(63, 59, 66); } \ No newline at end of file -- 1.7.10.4