mirror of https://github.com/MISP/misp-dashboard
Fixed UI button bug
parent
e071975eff
commit
282bf4f353
|
@ -42,6 +42,7 @@
|
||||||
top: 4px;
|
top: 4px;
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 1%;
|
left: 1%;
|
||||||
|
padding: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.selectedOrgInTable {
|
.selectedOrgInTable {
|
||||||
|
|
|
@ -190,7 +190,7 @@
|
||||||
<div class='textTopHeader' style="padding-top: 9px;">
|
<div class='textTopHeader' style="padding-top: 9px;">
|
||||||
<input type="text" id="orgName" data-provide="typeahead" size="20" style="margin-bottom: 5px;">
|
<input type="text" id="orgName" data-provide="typeahead" size="20" style="margin-bottom: 5px;">
|
||||||
</div>
|
</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()">
|
<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>
|
<object id='orgContributionRank' height=32 width=64 class="centerInBtn"></object>
|
||||||
<strong id="orgText" class="centerInBtn"></strong>
|
<strong id="orgText" class="centerInBtn"></strong>
|
||||||
|
|
Loading…
Reference in New Issue