diff options
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss/Layer.scss')
-rw-r--r-- | js/panels/Timeline/Layer.reel/scss/Layer.scss | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss index 391bae38..8e5e50db 100644 --- a/js/panels/Timeline/Layer.reel/scss/Layer.scss +++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss | |||
@@ -90,16 +90,23 @@ | |||
90 | 90 | ||
91 | .userlayers .collapsible-label { | 91 | .userlayers .collapsible-label { |
92 | display: block; | 92 | display: block; |
93 | width: 100px; | ||
94 | height: 21px; | 93 | height: 21px; |
95 | line-height: 20px; | 94 | line-height: 20px; |
96 | color: $color-panel-text; | 95 | color: $color-panel-text; |
97 | margin-left: 30px; | 96 | margin-left: 80px; |
98 | margin-right: 20px; | 97 | margin-right: 40px; |
99 | white-space: nowrap; | 98 | white-space: nowrap; |
100 | overflow: hidden; | 99 | overflow: hidden; |
101 | text-overflow: ellipsis; | 100 | text-overflow: ellipsis; |
102 | } | 101 | } |
102 | |||
103 | .userlayers .layer-tag { | ||
104 | position: absolute; | ||
105 | top: 3px; | ||
106 | left: 20px; | ||
107 | } | ||
108 | |||
109 | |||
103 | .layerSelected .label-layer { | 110 | .layerSelected .label-layer { |
104 | background-color: $color-panel-hilite-bg; | 111 | background-color: $color-panel-hilite-bg; |
105 | color: $color-panel-hilite-text; | 112 | color: $color-panel-hilite-text; |
@@ -123,7 +130,8 @@ | |||
123 | } | 130 | } |
124 | 131 | ||
125 | .content-layer .collapsible-label, | 132 | .content-layer .collapsible-label, |
126 | .content-layer .collapsible-content { | 133 | .content-layer .collapsible-content, |
134 | .content-layer .layer-tag { | ||
127 | font-size: 11px; | 135 | font-size: 11px; |
128 | } | 136 | } |
129 | 137 | ||