From bff711520b7d21cfffe07c7a14fe8870243ba796 Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Thu, 29 Mar 2012 14:06:22 -0700 Subject: Resizing Bugs Signed-off-by: Armen Kesablyan --- scss/imports/scss/_MainWindow.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss') 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 @@ min-height:46px; max-height:50%; overflow:auto; - + -webkit-transition: all 0.15s linear; } .panelContainer { -- cgit v1.2.3 From 5a5d0f68dd82b829405a0b301dd11b4cf385c8d5 Mon Sep 17 00:00:00 2001 From: Armen Kesablyan Date: Fri, 30 Mar 2012 13:25:20 -0700 Subject: Bug #1060: Fixed CSS Lint issue Signed-off-by: Armen Kesablyan --- scss/imports/scss/_PanelUI.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss') 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 { margin: -1px 8px 0px 27px; } .pp_filllabel{ - border-width: none; + border: none; margin: -1px 8px 0px 34px; } // End Styles for DivPIProperties -- cgit v1.2.3