diff --git a/webapp/pom.xml b/webapp/pom.xml index 76211f5612..1170ea2bc3 100644 --- a/webapp/pom.xml +++ b/webapp/pom.xml @@ -107,7 +107,6 @@ newsDetails.less newsExtensions.less newsPublishTargetsManagement.less - newsPageTemplate.less diff --git a/webapp/src/main/webapp/WEB-INF/conf/portal/template/pages/news/page.xml b/webapp/src/main/webapp/WEB-INF/conf/portal/template/pages/news/page.xml index 74ec544f60..711511dff8 100644 --- a/webapp/src/main/webapp/WEB-INF/conf/portal/template/pages/news/page.xml +++ b/webapp/src/main/webapp/WEB-INF/conf/portal/template/pages/news/page.xml @@ -27,17 +27,17 @@ Everyone Everyone - + + + layout-management + ImagesPortlet + Everyone - - *:/platform/users - - - Everyone - + false + + + Everyone + *:/platform/users @@ -56,8 +56,7 @@ false - + *:/platform/users @@ -76,9 +75,7 @@ false - - \ No newline at end of file diff --git a/webapp/src/main/webapp/WEB-INF/gatein-resources.xml b/webapp/src/main/webapp/WEB-INF/gatein-resources.xml index 20522f9d0d..7a4230323f 100644 --- a/webapp/src/main/webapp/WEB-INF/gatein-resources.xml +++ b/webapp/src/main/webapp/WEB-INF/gatein-resources.xml @@ -28,13 +28,6 @@ 11 - - Enterprise - newsPageTemplate - /skin/css/newsPageTemplate.css - 11 - - news News diff --git a/webapp/src/main/webapp/skin/less/newsPageTemplate.less b/webapp/src/main/webapp/skin/less/newsPageTemplate.less deleted file mode 100644 index f731386c49..0000000000 --- a/webapp/src/main/webapp/skin/less/newsPageTemplate.less +++ /dev/null @@ -1,32 +0,0 @@ - -#topNewsPage { - margin-bottom: 10px; -} - -#newsBodyPageChildren { - display: flex; - .newsBodyPageLeftColumn { - width: 75%; - margin-left: 15px ~'; /** orientation=rt */ '; - margin-right: 15px ~'; /** orientation=lt */ '; - } - .newsBodyPageRightColumn { - width: 25%; - margin-left: 15px ~'; /** orientation=lt */ '; - margin-right: 15px ~'; /** orientation=rt */ '; - } -} - -@media (max-width: 768px) { - #newsBodyPageChildren { - display: block; - .newsBodyPageLeftColumn { - width: auto; - margin: 0 ; - } - .newsBodyPageRightColumn { - width: auto; - margin: 0 ; - } - } -} \ No newline at end of file