aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/scss
diff options
context:
space:
mode:
authorJonathan Duran2012-04-03 08:13:06 -0700
committerJonathan Duran2012-04-03 08:13:06 -0700
commitd329906f02125da4a4e00e8c2b07e9a5f049335d (patch)
tree9ccd037160ac10f347d1dcc3389192a849975f35 /js/panels/Timeline/Layer.reel/scss
parent937271dc08894961e48a0e230d0bdcd17b01dc97 (diff)
parent6e9c9fd4d715567394038705e7a6ef7935e451d3 (diff)
downloadninja-d329906f02125da4a4e00e8c2b07e9a5f049335d.tar.gz
Merge branch 'refs/heads/timeline-local' into TimelineUber
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss')
-rw-r--r--js/panels/Timeline/Layer.reel/scss/Layer.scss9
1 files changed, 9 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..80b88d4f 100644
--- a/js/panels/Timeline/Layer.reel/scss/Layer.scss
+++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss
@@ -127,6 +127,12 @@
127 font-size: 11px; 127 font-size: 11px;
128} 128}
129 129
130
131
132.label-layer .collapsible-label br {
133 display: none;
134}
135
130.collapsible-clicker { 136.collapsible-clicker {
131 position: absolute; 137 position: absolute;
132 width: 10px; 138 width: 10px;
@@ -219,6 +225,9 @@
219 -webkit-user-select: text; 225 -webkit-user-select: text;
220 text-overflow: clip; 226 text-overflow: clip;
221} 227}
228.editable2 br {
229 display: inline;
230}
222 231
223.label-style .disabled { 232.label-style .disabled {
224 cursor: default; 233 cursor: default;