Commit ca0d80afbbd64b6fcfaacc5d3a81ebff7f771bb2

side bar- css changed and tool tip is added
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/css/main.css

34 top: 200px;34 top: 200px;
35 right: 0px;35 right: 0px;
36 list-style: none;36 list-style: none;
37 padding: 3px 3px 3px 3px;
38 background-color: #e3ebe6;
37 padding: 0px 4px;
38
39 } 39 }
4040
4141
78z-index:1000;78z-index:1000;
79opacity:0.7;79opacity:0.7;
8080
81padding-left:20%;
81padding-left:2%;
82width:auto; 82width:auto;
83 }83 }
84 84
1006 height: 35px;1006 height: 35px;
1007 background: none repeat scroll 0% 0% rgb(1, 2, 2);1007 background: none repeat scroll 0% 0% rgb(1, 2, 2);
1008 padding-top:2px;1008 padding-top:2px;
1009margin-top:-0.7%;
1009margin-top:-2.5%;
1010opacity:0.9; 1010opacity:0.9;
1011 } 1011 }
10121012
1222color:white;1222color:white;
1223margin-top:5%;1223margin-top:5%;
1224border-radius:1%;1224border-radius:1%;
1225 }
1226.glyphicon
1227{
1228color:darkred;
1229line-height:3;
1230 }
1231
1232.tooltip.left .tooltip-arrow
1233{
1234border-left-color:rgb(63, 59, 66);
1235 }
1236
1237.tooltip-inner
1238{
1239background-color:rgb(63, 59, 66);
1225 }1240 }