mirror of https://github.com/MISP/misp-dashboard
Added question icon in header
parent
798bd9d6c9
commit
15170a152a
|
@ -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;
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue