aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.scss
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-11-24 17:59:13 -0500
committersrichman333 <sarah_n_richman@brown.edu>2023-11-24 17:59:13 -0500
commit0b38b0629496973d6c4571208710096deb91b7d7 (patch)
treef797da626587c198535c0ea54aee9d467226262a /src/client/views/collections/CollectionDockingView.scss
parent1b412d402c77a2aae82cf86b1f6a23f8a4f82caf (diff)
merge
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.scss')
-rw-r--r--src/client/views/collections/CollectionDockingView.scss20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/client/views/collections/CollectionDockingView.scss b/src/client/views/collections/CollectionDockingView.scss
index c0530ab81..333ba9f32 100644
--- a/src/client/views/collections/CollectionDockingView.scss
+++ b/src/client/views/collections/CollectionDockingView.scss
@@ -56,7 +56,7 @@
// }
.lm_header .lm_controls {
position: absolute;
- right: 3px;
+ right: 0px;
}
.lm_header .lm_controls > li {
cursor: pointer;
@@ -64,16 +64,12 @@
width: 18px;
height: 18px;
text-align: center;
- top: 3px;
}
.lm_header ul {
margin: 0;
padding: 0;
list-style-type: none;
}
-.lm_header .lm_tabs {
- position: absolute;
-}
.lm_header .lm_tab {
cursor: pointer;
float: left;
@@ -329,8 +325,9 @@
}
.lm_header .lm_tabs {
+ position: absolute;
overflow-y: hidden;
- width: 100%;
+ width: calc(100% - 5px);
}
ul.lm_tabs::before {
content: ' ';
@@ -484,8 +481,6 @@ ul.lm_tabs::before {
.collectiondockingview-container {
width: 100%;
height: 100%;
- border-style: solid;
- border-width: $COLLECTION_BORDER_WIDTH;
position: absolute;
top: 0;
left: 0;
@@ -508,6 +503,7 @@ ul.lm_tabs::before {
display: flex;
align-content: center;
justify-content: center;
+ background: transparent !important;
}
.lm_controls > li {
@@ -518,7 +514,11 @@ ul.lm_tabs::before {
.lm_controls .lm_popout {
background-image: unset;
- left: -3;
+ border-top-left-radius: 10px;
+ border-bottom-left-radius: 10px;
+ background: #93939347;
+ z-index: 100;
+ //left: -3;
&:hover {
background: gray;
color: white !important;
@@ -528,7 +528,7 @@ ul.lm_tabs::before {
content: '+';
margin: auto;
font-size: x-large;
- top: -6;
+ top: -4;
position: relative;
}
.lm_maximise {