Mark Lenser pushed to branch feature/cmng-psp1-CHANNELMGR-638a at cms-community 
/ hippo-addon-channel-manager


Commits:
5c23ca65 by Mark at 2016-05-27T11:14:28+02:00
CHANNELMGR-688: Keep subpage scroll

- - - - -
07686ba2 by Mark at 2016-05-27T11:14:39+02:00
CHANNELMGR-688: Adjust the icons

- - - - -


2 changed files:

- frontend-ng/src/angularjs/channel/menu/editor.html
- frontend-ng/src/styles/_subpage.scss


Changes:

=====================================
frontend-ng/src/angularjs/channel/menu/editor.html
=====================================
--- a/frontend-ng/src/angularjs/channel/menu/editor.html
+++ b/frontend-ng/src/angularjs/channel/menu/editor.html
@@ -39,8 +39,8 @@
                          data-nodrag
                          stop-propagation>
                 <md-icon class="material-icons step md-18">
-                  <span ng-show="childNodes().length > 0 && 
collapsed">add_circle_outline</span>
-                  <span ng-show="childNodes().length > 0 && 
!collapsed">remove_circle_outline</span>
+                  <span ng-show="childNodes().length > 0 && 
collapsed">add</span>
+                  <span ng-show="childNodes().length > 0 && 
!collapsed">remove</span>
                 </md-icon>
               </md-button>
               <div>{{ item.title }}</div>
@@ -51,8 +51,8 @@
                          aria-label="{{ 'EDIT' | translate }}"
                          ng-click="menuEditor.editItem(item)">
                 <md-icon class="material-icons step md-18">
-                  <span ng-show="menuEditor.editingItem.id != 
item.id">keyboard_arrow_down</span>
-                  <span ng-show="menuEditor.editingItem.id == 
item.id">keyboard_arrow_up</span>
+                  <span ng-show="menuEditor.editingItem.id != 
item.id">expand_more</span>
+                  <span ng-show="menuEditor.editingItem.id == 
item.id">expand_less</span>
                 </md-icon>
               </md-button>
             </div>


=====================================
frontend-ng/src/styles/_subpage.scss
=====================================
--- a/frontend-ng/src/styles/_subpage.scss
+++ b/frontend-ng/src/styles/_subpage.scss
@@ -12,3 +12,6 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+.subpage-feedback-parent > div {
+  overflow-y: scroll;
+}



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/compare/4b477a74747a370105a06add927a7c6ed4f4d1d3...07686ba2a143b0ad98b116264cd2f8524c943764
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to