diff options
author | Eric Guzman | 2012-02-29 16:13:19 -0800 |
---|---|---|
committer | Eric Guzman | 2012-02-29 16:13:19 -0800 |
commit | 53bdb1e7773069c4cca59e88d6da91cd0f58c94a (patch) | |
tree | 44a2147fcbb43ea483f78a1e2e082919f9c81970 /js/panels/Timeline/Layer.reel/scss/Layer.scss | |
parent | b2c60efb9c6f5dfa7b0fc5c2b9feebebc805ed97 (diff) | |
parent | b09956e4a9a35c5588cc7cd1f01efb617cbe0884 (diff) | |
download | ninja-53bdb1e7773069c4cca59e88d6da91cd0f58c94a.tar.gz |
Merge branch 'refs/heads/master' into CSSPanelUpdates
Conflicts:
js/panels/PanelContainer/PanelContainer.reel/PanelContainer.js
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss/Layer.scss')
-rw-r--r-- | js/panels/Timeline/Layer.reel/scss/Layer.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss index dda0c951..1e574cc0 100644 --- a/js/panels/Timeline/Layer.reel/scss/Layer.scss +++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss | |||
@@ -197,12 +197,18 @@ | |||
197 | .collapsible-content .layout-table:first-child { | 197 | .collapsible-content .layout-table:first-child { |
198 | border-top: 1px solid $color-menu-divider; | 198 | border-top: 1px solid $color-menu-divider; |
199 | } | 199 | } |
200 | |||
201 | .collapsible-content .hottextunit { | ||
202 | width: auto; | ||
203 | } | ||
200 | .collapsible-transition { | 204 | .collapsible-transition { |
201 | -webkit-transition-property: height; | 205 | -webkit-transition-property: height; |
202 | -webkit-transition-duration: 200ms; | 206 | -webkit-transition-duration: 200ms; |
203 | -webkit-transition-timing-function: ease-in; | 207 | -webkit-transition-timing-function: ease-in; |
204 | } | 208 | } |
205 | 209 | ||
210 | |||
211 | |||
206 | .editable2 { | 212 | .editable2 { |
207 | height: 20px; | 213 | height: 20px; |
208 | background-color: $color-panel-hilite-text !IMPORTANT; | 214 | background-color: $color-panel-hilite-text !IMPORTANT; |