diff options
author | Jose Antonio Marquez | 2012-06-21 09:55:19 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-06-21 09:55:19 -0700 |
commit | bf6bed611714053aabc0d38978bddd62873d04aa (patch) | |
tree | f648fa7842f3dc6011da08aaab0bedb445d43b58 /js/panels/Timeline/TimelinePanel.reel/scss | |
parent | 54b15b3c39835ea999d9ddd8038a5531630e266d (diff) | |
parent | c8fc6d15e1570e89243abe527cd149e354f7e11f (diff) | |
download | ninja-bf6bed611714053aabc0d38978bddd62873d04aa.tar.gz |
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'js/panels/Timeline/TimelinePanel.reel/scss')
-rw-r--r-- | js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss index 716ee3d3..d4789d65 100644 --- a/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss +++ b/js/panels/Timeline/TimelinePanel.reel/scss/TimelinePanel.scss | |||
@@ -48,7 +48,7 @@ | |||
48 | position:absolute; | 48 | position:absolute; |
49 | } | 49 | } |
50 | .tl_leftpane{ | 50 | .tl_leftpane{ |
51 | min-width: 200px; | 51 | min-width: 210px; |
52 | max-width: 500px; | 52 | max-width: 500px; |
53 | position: relative; | 53 | position: relative; |
54 | overflow: hidden; | 54 | overflow: hidden; |
@@ -310,6 +310,7 @@ | |||
310 | background: none; | 310 | background: none; |
311 | float:left; | 311 | float:left; |
312 | margin-left: 5%; | 312 | margin-left: 5%; |
313 | visibility: hidden; | ||
313 | } | 314 | } |
314 | 315 | ||
315 | /* Configuration menu */ | 316 | /* Configuration menu */ |