aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/scss/Layer.scss
diff options
context:
space:
mode:
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss/Layer.scss')
-rw-r--r--js/panels/Timeline/Layer.reel/scss/Layer.scss27
1 files changed, 26 insertions, 1 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss
index 80b88d4f..391bae38 100644
--- a/js/panels/Timeline/Layer.reel/scss/Layer.scss
+++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss
@@ -129,7 +129,8 @@
129 129
130 130
131 131
132.label-layer .collapsible-label br { 132.label-layer .collapsible-label br,
133.content-style .editable br {
133 display: none; 134 display: none;
134} 135}
135 136
@@ -193,13 +194,37 @@
193.content-layer .collapsible-content { 194.content-layer .collapsible-content {
194 padding-left: 30px; 195 padding-left: 30px;
195} 196}
197.collapsible-content .collapsible-content .layout-table .layout-row {
198 height: 20px;
199 overflow: hidden;
200}
196.collapsible-content .collapsible-content .layout-table .layout-row .layout-cell { 201.collapsible-content .collapsible-content .layout-table .layout-row .layout-cell {
197 width: 40%; 202 width: 40%;
198 height: 20px; 203 height: 20px;
199 border-bottom: 1px solid $color-menu-divider; 204 border-bottom: 1px solid $color-menu-divider;
200 line-height: 20px; 205 line-height: 20px;
201 text-align: left; 206 text-align: left;
207 overflow: hidden;
208}
209
210.collapsible-content .collapsible-content .container-row {
211 border-bottom: 1px solid $color-menu-divider;
212 height: 20px;
202} 213}
214
215.collapsible-content .collapsible-content .cell-property,
216.collapsible-content .collapsible-content .cell-value {
217 width: 45%;
218 float: left;
219 height: 20px;
220 overflow: hidden;
221 text-overflow: ellipsis;
222 white-space: nowrap;
223 line-height: 18px;
224}
225
226
227
203.collapsible-content .layout-table:first-child { 228.collapsible-content .layout-table:first-child {
204 border-top: 1px solid $color-menu-divider; 229 border-top: 1px solid $color-menu-divider;
205} 230}