diff options
author | Jose Antonio Marquez | 2012-02-28 13:33:45 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-28 13:33:45 -0800 |
commit | 933ed4c880128eed80bdc6372eb1dfdb23af4c37 (patch) | |
tree | 77a3d7edeefa60d9096b2b3368be11374f354b74 /js/panels/Timeline/Layer.reel/scss/Layer.scss | |
parent | 6af71de5b80fd531901e82b12372446b569902d8 (diff) | |
parent | 7c9291a5bab4abd849547f8878f6fb962fc88250 (diff) | |
download | ninja-933ed4c880128eed80bdc6372eb1dfdb23af4c37.tar.gz |
Merge branch 'refs/heads/NinjaInternal' into FileIO
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; |