mirror of https://github.com/MISP/misp-dashboard
Merge branch 'contributors'
commit
7905c7ffc0
|
@ -42,6 +42,7 @@
|
|||
top: 4px;
|
||||
position: relative;
|
||||
left: 1%;
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.selectedOrgInTable {
|
||||
|
|
|
@ -190,7 +190,7 @@
|
|||
<div class='textTopHeader' style="padding-top: 9px;">
|
||||
<input type="text" id="orgName" data-provide="typeahead" size="20" style="margin-bottom: 5px;">
|
||||
</div>
|
||||
<button type="button" class="questionBadgeDiv" data-toggle="modal" data-target="#myModal"><i class="fa fa-question-circle questionBadgeText"></i></button>
|
||||
<button type="button" class="questionBadgeDiv fa fa-question-circle" data-toggle="modal" data-target="#myModal"></button>
|
||||
<button id="btnCurrRank" class='btn btn-default popOverBtn' data-container='body' data-toggle='popover' style="display: none; margin-left: 20px;" onclick="showOnlyOrg()">
|
||||
<object id='orgContributionRank' height=32 width=64 class="centerInBtn"></object>
|
||||
<strong id="orgText" class="centerInBtn"></strong>
|
||||
|
|
Loading…
Reference in New Issue