diff options
author | Jonathan Duran | 2012-04-05 08:09:18 -0700 |
---|---|---|
committer | Jonathan Duran | 2012-04-05 08:09:18 -0700 |
commit | e186c49247689b5c2df6125037e2473636701d17 (patch) | |
tree | e626b006027949f87b5aa1e76eb0ed719adb99bb /scss | |
parent | 135c5257e2a4d5f1b25f62758c6783fd2ebe5e19 (diff) | |
parent | 17ca01f54591187f5c0812c0fd2cb7260afa9639 (diff) | |
download | ninja-e186c49247689b5c2df6125037e2473636701d17.tar.gz |
Merge branch 'refs/heads/NINJAmaster' into TimelineUber
Diffstat (limited to 'scss')
-rwxr-xr-x | scss/imports/scss/_MainWindow.scss | 2 | ||||
-rwxr-xr-x | scss/imports/scss/_PanelUI.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss index ba9851da..f6068ddb 100755 --- a/scss/imports/scss/_MainWindow.scss +++ b/scss/imports/scss/_MainWindow.scss | |||
@@ -89,7 +89,7 @@ | |||
89 | min-height:46px; | 89 | min-height:46px; |
90 | max-height:50%; | 90 | max-height:50%; |
91 | overflow:auto; | 91 | overflow:auto; |
92 | 92 | -webkit-transition: all 0.15s linear; | |
93 | } | 93 | } |
94 | 94 | ||
95 | .panelContainer { | 95 | .panelContainer { |
diff --git a/scss/imports/scss/_PanelUI.scss b/scss/imports/scss/_PanelUI.scss index f76d3e20..d60dae59 100755 --- a/scss/imports/scss/_PanelUI.scss +++ b/scss/imports/scss/_PanelUI.scss | |||
@@ -1088,7 +1088,7 @@ button.panel-button { | |||
1088 | margin: -1px 8px 0px 27px; | 1088 | margin: -1px 8px 0px 27px; |
1089 | } | 1089 | } |
1090 | .pp_filllabel{ | 1090 | .pp_filllabel{ |
1091 | border-width: none; | 1091 | border: none; |
1092 | margin: -1px 8px 0px 34px; | 1092 | margin: -1px 8px 0px 34px; |
1093 | } | 1093 | } |
1094 | // End Styles for DivPIProperties | 1094 | // End Styles for DivPIProperties |