mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +02:00
Replace tabulations for spaces.
Replace tabulations for spaces in the code.
This commit is contained in:
parent
0eb6f1f183
commit
fa7143c87e
1 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
<!--
|
||||
//VERSION 2.0
|
||||
// Modified by Alezia Kurdis on on 02/27/2020
|
||||
// Modified by Alezia Kurdis on on 02/27/2020
|
||||
// for "Project Athena"
|
||||
//
|
||||
// Addition of a tab mechanism instead of collapsible sections to reduce the scrolling.
|
||||
|
@ -22,7 +22,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="../../../html/css/edit-style.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../html/css/colpick.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../../html/css/jsoneditor.css">
|
||||
<link rel="stylesheet" type="text/css" href="tabs/tabs.css">
|
||||
<link rel="stylesheet" type="text/css" href="tabs/tabs.css">
|
||||
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
|
||||
<script src="../../../html/js/jquery-2.1.4.min.js"></script>
|
||||
<script type="text/javascript" src="../../../html/js/colpick.js"></script>
|
||||
|
@ -53,18 +53,18 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<table style="width:100%; min-height: 352px; display: block;">
|
||||
<tr style="width:100%;">
|
||||
<td style="width:32px; vertical-align:top; background-color:#575757; padding:0px; border:0px;">
|
||||
<div id="tabs" class="tabsContainer"></div>
|
||||
</td>
|
||||
<td style="width:100%; vertical-align: top; border:0px;">
|
||||
<div id="properties-pages" style="min-height: 352px; display: block;">
|
||||
<!-- each property is added at runtime in entityProperties -->
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table style="width:100%; min-height: 352px; display: block;">
|
||||
<tr style="width:100%;">
|
||||
<td style="width:32px; vertical-align:top; background-color:#575757; padding:0px; border:0px;">
|
||||
<div id="tabs" class="tabsContainer"></div>
|
||||
</td>
|
||||
<td style="width:100%; vertical-align: top; border:0px;">
|
||||
<div id="properties-pages" style="min-height: 352px; display: block;">
|
||||
<!-- each property is added at runtime in entityProperties -->
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Reference in a new issue