client-app/app/styles/app.css in logster-1.3.3 vs client-app/app/styles/app.css in logster-1.3.4
- old
+ new
@@ -141,10 +141,12 @@
left: 0;
right: 0;
height: 300px;
background-color: #f1f1f1;
padding: 8px;
+ padding-top: 0;
+ z-index: 2;
}
#bottom-panel.full {
position: static;
background-color: inherit;
@@ -210,11 +212,10 @@
height: 15px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
background-color: #fafafa;
cursor: row-resize;
- z-index: 1;
}
.divider div {
margin: auto;
width: 24px;
@@ -312,13 +313,13 @@
opacity: 0;
}
.message-info .content {
position: absolute;
- top: 5px;
+ top: 0;
bottom: 35px;
- left: 5px;
+ left: 0;
right: 0;
overflow: auto;
display: none;
}
@@ -457,21 +458,21 @@
}
.more-wrapping:before,
.more-wrapping:after {
content: "";
position: absolute;
- height: 15px;
+ height: 18px;
}
.more-wrapping:before {
width: 15px;
margin-left: -10px;
- background: linear-gradient(to right, #f1f1f1 0%, rgba(61, 65, 71, 0) 100%);
+ background: linear-gradient(to right, #f1f1f1 0%, rgba(241, 241, 241, 0.001) 100%);
}
.more-wrapping:after {
right: 0;
width: 23px;
- background: linear-gradient(to right, rgba(61, 65, 71, 0) 0%, #f1f1f1 100%);
+ background: linear-gradient(to left, #f1f1f1 0%, rgba(241, 241, 241, 0.001) 100%);
}
}
.btn.no-text .fa {
margin: 0;
@@ -486,10 +487,9 @@
right: 45px;
width: 115px;
padding: 5px;
padding-bottom: 0px;
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
- z-index: 2;
}
.actions-menu button {
margin: 0 0 5px 0;
height: 27px;