[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager] Pushed new branch feature/visual-editing-psp1-CHANNELMGR-932

2016-11-09 Thread Joeri de Gooijer
Joeri de Gooijer pushed new branch feature/visual-editing-psp1-CHANNELMGR-932 
at cms-community / hippo-addon-channel-manager
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-project-archetype][release/3.2] ARCHE-16 bump release pom

2016-11-09 Thread Ard Schrijvers
Ard Schrijvers pushed to branch release/3.2 at cms-community / 
hippo-project-archetype


Commits:
e8f8aea6 by Ard Schrijvers at 2016-11-09T16:47:06+01:00
ARCHE-16 bump release pom

- - - - -


1 changed file:

- src/main/resources/archetype-resources/pom.xml


Changes:

=
src/main/resources/archetype-resources/pom.xml
=
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -6,7 +6,7 @@
   
 org.onehippo.cms7
 hippo-cms7-release
-10.2.2-SNAPSHOT
+10.2.3-SNAPSHOT
   
 
   ${projectName}



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-project-archetype/commit/e8f8aea65253811a0b64dc718f4e374e0a351e26
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager] Deleted branch feature/visual-editing-psp1-CHANNELMGR-986

2016-11-09 Thread Mark Lenser
Mark Lenser deleted branch feature/visual-editing-psp1-CHANNELMGR-986 at 
cms-community / hippo-addon-channel-manager
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager][feature/visual-editing-psp1-CHANNELMGR-986] CHANNELMGR-986 make changes to the DOM and css to get the structure to work with…

2016-11-09 Thread Mark Lenser
Mark Lenser pushed to branch feature/visual-editing-psp1-CHANNELMGR-986 at 
cms-community / hippo-addon-channel-manager


Commits:
1c7f5f25 by Mark at 2016-11-09T16:23:32+01:00
CHANNELMGR-986 make changes to the DOM and css to get the structure to work 
with the new always array setup

- - - - -


3 changed files:

- frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields.html
- 
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/rightSidePanel.html
- frontend-ng/src/styles/_forms.scss


Changes:

=
frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields.html
=
--- a/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields.html
+++ b/frontend-ng/src/angularjs/channel/sidePanels/rightSidePanel/fields.html
@@ -13,17 +13,12 @@
   See the License for the specific language governing permissions and
   limitations under the License.
   -->
-
-
+
   
   
 {{ ::fieldType.displayName }}
 
@@ -31,6 +26,11 @@
 
   
 
   keyboard_arrow_down
@@ -42,7 +42,8 @@
   
 
   
-  
 
   
 
-  
+  
 
   
   


=
frontend-ng/src/styles/_forms.scss
=
--- a/frontend-ng/src/styles/_forms.scss
+++ b/frontend-ng/src/styles/_forms.scss
@@ -26,42 +26,41 @@
   }
 }
 
-.field-wrapper {
-  padding: $form-padding;
-}
-
-form {
-  &> channel-fields {
+.top-level {
+  &> .field-wrapper {
 &> .form-field-compound {
   border-left: 3px solid $grey-500;
 }
+&> .field {
+  padding: $form-padding;
+}
   }
 }
 
 .form-field-compound {
-  padding: 0 8px;
+  padding-left: 8px !important;
   h5 {
-margin-left: -6px;
+margin-left: -8px;
+  }
+  &.form-field-focused {
+border-color: $blue-500 !important;
   }
 }
 
 .form-field-focused {
-  &.form-field-compound {
-border-color: $blue-500;
-  }
-  &> div {
-&> h5 {
+  &> h5 {
+color: $blue-500 !important;
+md-icon {
   color: $blue-500 !important;
-  md-icon {
-color: $blue-500 !important;
-  }
 }
   }
 }
+
 channel-fields {
   channel-fields {
 md-input-container {
-  margin-left: 6px;
+  margin-left: 18px;
 }
   }
 }
+



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-addon-channel-manager/commit/1c7f5f25fb590b77f05a84ce4f403cb6152fdbc0
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn


[HippoCMS-scm] [Git][cms-community/hippo-addon-channel-manager] Pushed new branch feature/visual-editing-psp1-CHANNELMGR-986

2016-11-09 Thread Tobias Jeger
Tobias Jeger pushed new branch feature/visual-editing-psp1-CHANNELMGR-986 at 
cms-community / hippo-addon-channel-manager
___
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn