Start fixing styles

This commit is contained in:
Jonathan Kingston
2017-06-02 03:23:11 +01:00
parent 06d35e65ce
commit 15477dc384
3 changed files with 161 additions and 60 deletions
+8 -8
View File
@@ -40,21 +40,21 @@
<div class="panel container-panel hide" id="container-panel">
<div id="current-tab">
<h3>Current Tab</h3>
<div id="current-page" class="truncate-text"></div>
<div id="current-page"></div>
<label for="container-page-assigned">
<input type="checkbox" id="container-page-assigned" />
Always open in
<div id="current-container-icon" class="usercontext-icon"></div>
<span id="current-container" class="truncate-text"></span>
<span class="truncate-text">
Always open in
<span id="current-container"></span>
</span>
</label>
</div>
<div class="panel-header">
<h3 class="panel-header-text">Containers</h3>
<div class="container-panel-controls">
<a href="#" class="action-link" id="sort-containers-link">Sort Tabs</a>
</div>
<div class="scrollable panel-content" tabindex="-1">
<table>
<tbody class="identities-list"></tbody>
<table class="identities-list">
<tbody></tbody>
</table>
</div>
<div class="panel-footer edit-identities">