Index: ssts-web/src/main/webapp/ext/fontSize15/styles/common.css =================================================================== diff -u -r28062 -r28078 --- ssts-web/src/main/webapp/ext/fontSize15/styles/common.css (.../common.css) (revision 28062) +++ ssts-web/src/main/webapp/ext/fontSize15/styles/common.css (.../common.css) (revision 28078) @@ -390,4 +390,13 @@ .btn_ext_play { background-image:url( ../../../images/web/play.png ) !important; } + +#invoicePlan_recyclingApplicationForm-xcollapsed .x-tool-expand-east { + height: 100% !important; + background:transparent url(../resources/images/default/panel/collapse_expand.png) no-repeat ; + background-position: 0 -180px; +} +#invoicePlan_recyclingApplicationForm-xcollapsed .x-tool-expand-east-over{ + background-position: -15px -180px; +} /* EAM*/ \ No newline at end of file Index: ssts-web/src/main/webapp/ext/fontSize15/resources/images/default/panel/collapse_expand.png =================================================================== diff -u Binary files differ Index: ssts-web/src/main/webapp/ext/fontSize12/resources/images/default/panel/collapse_expand.png =================================================================== diff -u Binary files differ Index: ssts-web/src/main/webapp/ext/fontSize12/styles/common.css =================================================================== diff -u -r28062 -r28078 --- ssts-web/src/main/webapp/ext/fontSize12/styles/common.css (.../common.css) (revision 28062) +++ ssts-web/src/main/webapp/ext/fontSize12/styles/common.css (.../common.css) (revision 28078) @@ -409,4 +409,13 @@ .buttonDiv .x4-panel-body-default { background: none !important; border: none !important; +} + +#invoicePlan_recyclingApplicationForm-xcollapsed .x-tool-expand-east { + height: 100% !important; + background:transparent url(../resources/images/default/panel/collapse_expand.png) no-repeat ; + background-position: 0 -180px; +} +#invoicePlan_recyclingApplicationForm-xcollapsed .x-tool-expand-east-over{ + background-position: -15px -180px; } \ No newline at end of file