mirror of https://gitee.com/bigwinds/arangodb
Fixed colour discrepeancy of API views
This commit is contained in:
parent
fd80bf7387
commit
0b57142b5d
|
@ -5,7 +5,6 @@
|
|||
|
||||
#sourceFooter {
|
||||
margin-top: 0;
|
||||
background: none;
|
||||
margin-bottom: 0;
|
||||
padding-right: 0;
|
||||
padding-top: 30px;
|
||||
|
|
|
@ -131,8 +131,8 @@ body {
|
|||
|
||||
.form-actions {
|
||||
margin-top: -10px !important;
|
||||
background-color: rgba(0,0,0,0.05);
|
||||
border:none;
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* ICONS */
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane active" id="all">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display" id="logTableID">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display arangoDataTable" id="logTableID">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Loglevel</th>
|
||||
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
|
||||
<div class="tab-pane" id="info">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display" id="infoTableID" width="100%">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display arangoDataTable" id="infoTableID" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Loglevel</th>
|
||||
|
@ -39,7 +39,7 @@
|
|||
</div>
|
||||
|
||||
<div class="tab-pane" id="error">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display" id="critTableID" width="100%">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display arangoDataTable" id="critTableID" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Loglevel</th>
|
||||
|
@ -51,7 +51,7 @@
|
|||
</div>
|
||||
|
||||
<div class="tab-pane" id="warning">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display" id="warnTableID" width="100%">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display arangoDataTable" id="warnTableID" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Loglevel</th>
|
||||
|
@ -63,7 +63,7 @@
|
|||
</div>
|
||||
|
||||
<div class="tab-pane" id="debug">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display" id="debugTableID" width="100%">
|
||||
<table cellpadding="0" cellspacing="0" border="0" class="display arangoDataTable" id="debugTableID" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Loglevel</th>
|
||||
|
|
Loading…
Reference in New Issue