diff options
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss')
-rw-r--r-- | js/panels/Timeline/Layer.reel/scss/Layer.scss | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss index 12b6e599..391bae38 100644 --- a/js/panels/Timeline/Layer.reel/scss/Layer.scss +++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss | |||
@@ -127,6 +127,13 @@ | |||
127 | font-size: 11px; | 127 | font-size: 11px; |
128 | } | 128 | } |
129 | 129 | ||
130 | |||
131 | |||
132 | .label-layer .collapsible-label br, | ||
133 | .content-style .editable br { | ||
134 | display: none; | ||
135 | } | ||
136 | |||
130 | .collapsible-clicker { | 137 | .collapsible-clicker { |
131 | position: absolute; | 138 | position: absolute; |
132 | width: 10px; | 139 | width: 10px; |
@@ -187,13 +194,37 @@ | |||
187 | .content-layer .collapsible-content { | 194 | .content-layer .collapsible-content { |
188 | padding-left: 30px; | 195 | padding-left: 30px; |
189 | } | 196 | } |
197 | .collapsible-content .collapsible-content .layout-table .layout-row { | ||
198 | height: 20px; | ||
199 | overflow: hidden; | ||
200 | } | ||
190 | .collapsible-content .collapsible-content .layout-table .layout-row .layout-cell { | 201 | .collapsible-content .collapsible-content .layout-table .layout-row .layout-cell { |
191 | width: 40%; | 202 | width: 40%; |
192 | height: 20px; | 203 | height: 20px; |
193 | border-bottom: 1px solid $color-menu-divider; | 204 | border-bottom: 1px solid $color-menu-divider; |
194 | line-height: 20px; | 205 | line-height: 20px; |
195 | text-align: left; | 206 | text-align: left; |
207 | overflow: hidden; | ||
196 | } | 208 | } |
209 | |||
210 | .collapsible-content .collapsible-content .container-row { | ||
211 | border-bottom: 1px solid $color-menu-divider; | ||
212 | height: 20px; | ||
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 | |||
197 | .collapsible-content .layout-table:first-child { | 228 | .collapsible-content .layout-table:first-child { |
198 | border-top: 1px solid $color-menu-divider; | 229 | border-top: 1px solid $color-menu-divider; |
199 | } | 230 | } |
@@ -219,6 +250,9 @@ | |||
219 | -webkit-user-select: text; | 250 | -webkit-user-select: text; |
220 | text-overflow: clip; | 251 | text-overflow: clip; |
221 | } | 252 | } |
253 | .editable2 br { | ||
254 | display: inline; | ||
255 | } | ||
222 | 256 | ||
223 | .label-style .disabled { | 257 | .label-style .disabled { |
224 | cursor: default; | 258 | cursor: default; |