aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/presentationview/PresElementBox.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-01 01:33:57 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-01 01:33:57 -0400
commit2a393bd745667fa920d105bf69827c75dc687f08 (patch)
tree87491ed2124b2df2ac08820d3f5e88a498182dc8 /src/client/views/presentationview/PresElementBox.scss
parent8bf998f81c2d633156142d431182998291dfade1 (diff)
final updates to presentation view to improve layout. fixes for chromeHeight
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.scss')
-rw-r--r--src/client/views/presentationview/PresElementBox.scss14
1 files changed, 11 insertions, 3 deletions
diff --git a/src/client/views/presentationview/PresElementBox.scss b/src/client/views/presentationview/PresElementBox.scss
index 51f2d2ab8..34c170be2 100644
--- a/src/client/views/presentationview/PresElementBox.scss
+++ b/src/client/views/presentationview/PresElementBox.scss
@@ -1,10 +1,12 @@
.presElementBox-item {
padding: 10px;
display: inline-block;
+ background-color: #eeeeee;
pointer-events: all;
width: 100%;
outline-color: maroon;
outline-style: dashed;
+ border-radius: 12px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
@@ -40,9 +42,10 @@
box-shadow: black 2px 2px 5px;
}
-
-.presElementBox-icon {
+.presElementBox-closeIcon {
float: right;
+ border-radius: 20px;
+ transform:scale(0.7);
}
.presElementBox-interaction {
@@ -57,12 +60,17 @@
.presElementBox-name {
font-size: 15px;
+ position: absolute;
display: inline-block;
+ width: calc(100% - 45px);
+ text-overflow: ellipsis;
+ overflow: hidden;
+ white-space: pre;
}
.presElementBox-embedded {
position: relative;
- margin-top: 15;
+ margin-top: 30;
}
.presElementBox-embeddedMask {