diff options
| author | geireann <geireann.lindfield@gmail.com> | 2021-10-14 15:05:18 -0400 |
|---|---|---|
| committer | geireann <geireann.lindfield@gmail.com> | 2021-10-14 15:05:18 -0400 |
| commit | b2ddc7e9b3d35e9b965ec7d512378d2a44e855a9 (patch) | |
| tree | fe2a2c972b29fa5b4a9e2a328c19013489895bd8 /src/client/views/collections | |
| parent | 5bbd1b35d2c3855eae8405e26deb0c6679cc7c26 (diff) | |
| parent | 760be3c3cbf5ba125dfc2ebbbc1c5315602c42c9 (diff) | |
Merge branch 'master' into schema-view-En-Hua
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.scss b/src/client/views/collections/CollectionDockingView.scss index 77e7b86ea..b2ee33807 100644 --- a/src/client/views/collections/CollectionDockingView.scss +++ b/src/client/views/collections/CollectionDockingView.scss @@ -65,6 +65,29 @@ display: inline; } +.empty-tabs-message { + position: absolute; + width: 100%; + z-index: 1; + top: 50%; + z-index: 1; + text-align: center; + font-size: 18; + color: $dark-gray; + + img { + position: relative; + top: -1px; + margin: 0 5px; + } +} + +.lm_header, +.lm_items { + z-index: 2; + position: relative; +} + .lm_drag_tab { padding: 0; width: 15px !important; |
