mirror of https://github.com/MISP/misp-dashboard
Unified padding in panels
parent
939d1783df
commit
604951ab1d
|
@ -76,6 +76,10 @@ table {
|
|||
-webkit-transform: translateZ(0); /* little trick to force GPU acceleration */
|
||||
}
|
||||
|
||||
.panel-body {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.center {
|
||||
display:block;
|
||||
margin-left:auto;
|
||||
|
@ -140,7 +144,7 @@ small {
|
|||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div id="panelbody" class="panel-body" style="height: 93%; padding: 5px">
|
||||
<div id="panelbody" class="panel-body" style="height: 93%;">
|
||||
<div id="feedDivMap1" style="width:100%; height: calc({{ pannelSize[0] }}vh - 51px);"></div>
|
||||
</div>
|
||||
<!-- /.panel-body -->
|
||||
|
@ -163,7 +167,7 @@ small {
|
|||
<div class="col-lg-7">
|
||||
|
||||
<div class="panel panel-default" style="margin-top: 15px; height: {{ pannelSize[2] }}vh;">
|
||||
<div id="panelbody" class="panel-body" style="height: 100%; padding: 3px;">
|
||||
<div id="panelbody" class="panel-body" style="height: 100%;">
|
||||
<div id="feedDiv2" style="width:100%; height: 100%; position: relative;"></div>
|
||||
</div>
|
||||
<!-- /.panel-body -->
|
||||
|
@ -180,7 +184,7 @@ small {
|
|||
<input id="checkbox_log_critical" type="checkbox" value="critical" checked="true"> CRITICAL
|
||||
</div>
|
||||
</div>
|
||||
<div id="divLogTable" class="panel-body" style="height: 98%; padding: 3px;">
|
||||
<div id="divLogTable" class="panel-body" style="height: 98%;">
|
||||
<div class="row" style="height: 100%;">
|
||||
<div class="col-lg-12" style="height: 100%;">
|
||||
<table class="table table-bordered table-hover table-striped" id="table_log">
|
||||
|
|
Loading…
Reference in New Issue