1
0
Fork 0

Fixed colour discrepeancy of API views

This commit is contained in:
Michael Hackstein 2014-01-30 15:12:04 +01:00
parent fd80bf7387
commit 0b57142b5d
3 changed files with 6 additions and 7 deletions

View File

@ -5,7 +5,6 @@
#sourceFooter {
margin-top: 0;
background: none;
margin-bottom: 0;
padding-right: 0;
padding-top: 30px;

View File

@ -131,8 +131,8 @@ body {
.form-actions {
margin-top: -10px !important;
background-color: rgba(0,0,0,0.05);
border:none;
background: none;
}
/* ICONS */

View File

@ -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>