aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorEric Guzman2012-04-04 12:22:48 -0700
committerEric Guzman2012-04-04 12:22:48 -0700
commitb9d1eb3e330e486a31ba5d7de6902d8f5b023860 (patch)
tree48d1e0da4dcabe4e96442c8fc810fcbd045344a7 /scss
parentbacc278a3729f4e6fd6ebb9971d6d47a90e58b36 (diff)
parent8482e23cd9b8c4700b5130f2588e5eb24d376536 (diff)
downloadninja-b9d1eb3e330e486a31ba5d7de6902d8f5b023860.tar.gz
Merge branch 'refs/heads/master' into PresetsPI
Diffstat (limited to 'scss')
-rwxr-xr-xscss/imports/scss/_MainWindow.scss2
-rwxr-xr-xscss/imports/scss/_PanelUI.scss2
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