Added question icon in header

pull/3/head
Sami Mokaddem 2017-11-06 16:26:22 +01:00
parent 798bd9d6c9
commit 15170a152a
2 changed files with 20 additions and 0 deletions

View File

@ -3,6 +3,25 @@
height: auto;
}
.questionBadgeText {
left: 15%;
position: relative;
bottom: 12%;
}
.questionBadgeDiv {
float: right;
width: 40px;
height: 40px;
background-color: #286090;
font-size: xx-large;
border-radius: 50% 50% 50% 50%;
color: white;
top: 4px;
position: relative;
left: 78%;
}
.infoBlue {
background-color: #719bc0 !important;
color: white;

View File

@ -83,6 +83,7 @@
</div>
<div id="orgNextRankDiv" class='textTopHeader' style="padding-top: 0px; position: relative; width: 40px; height: 40px;"></div>
</button>
<div class="questionBadgeDiv" style="float: right;"><i class="fa fa-question-circle questionBadgeText"></i></div>
</div>
</div>
<!-- /.navbar-header -->