aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/Layer.reel/scss/Layer.scss
diff options
context:
space:
mode:
authorJon Reid2012-04-05 11:22:42 -0700
committerJon Reid2012-04-05 11:22:42 -0700
commitd07b97043b69335136a5946ef161d721c95d1ce9 (patch)
treeb84a37a3a532e8843dd1fe664a60cca286317213 /js/panels/Timeline/Layer.reel/scss/Layer.scss
parent969137ba4520103348a496ac9b99063dc4ec8f96 (diff)
downloadninja-d07b97043b69335136a5946ef161d721c95d1ce9.tar.gz
Timeline: Bug fix: IKNINJA-1435
Diffstat (limited to 'js/panels/Timeline/Layer.reel/scss/Layer.scss')
-rw-r--r--js/panels/Timeline/Layer.reel/scss/Layer.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/js/panels/Timeline/Layer.reel/scss/Layer.scss b/js/panels/Timeline/Layer.reel/scss/Layer.scss
index df3f93d5..391bae38 100644
--- a/js/panels/Timeline/Layer.reel/scss/Layer.scss
+++ b/js/panels/Timeline/Layer.reel/scss/Layer.scss
@@ -194,13 +194,37 @@
194.content-layer .collapsible-content { 194.content-layer .collapsible-content {
195 padding-left: 30px; 195 padding-left: 30px;
196} 196}
197.collapsible-content .collapsible-content .layout-table .layout-row {
198 height: 20px;
199 overflow: hidden;
200}
197.collapsible-content .collapsible-content .layout-table .layout-row .layout-cell { 201.collapsible-content .collapsible-content .layout-table .layout-row .layout-cell {
198 width: 40%; 202 width: 40%;
199 height: 20px; 203 height: 20px;
200 border-bottom: 1px solid $color-menu-divider; 204 border-bottom: 1px solid $color-menu-divider;
201 line-height: 20px; 205 line-height: 20px;
202 text-align: left; 206 text-align: left;
207 overflow: hidden;
208}
209
210.collapsible-content .collapsible-content .container-row {
211 border-bottom: 1px solid $color-menu-divider;
212 height: 20px;
203} 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
204.collapsible-content .layout-table:first-child { 228.collapsible-content .layout-table:first-child {
205 border-top: 1px solid $color-menu-divider; 229 border-top: 1px solid $color-menu-divider;
206} 230}