Author: bleny Date: 2014-06-05 15:26:56 +0200 (Thu, 05 Jun 2014) New Revision: 2001 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2001 Log: refs #4493 a bit of layout Modified: trunk/wao-web/src/main/java/fr/ifremer/wao/web/converter/BarChartDataConverter.java trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp trunk/wao-web/src/main/webapp/wao.css Modified: trunk/wao-web/src/main/java/fr/ifremer/wao/web/converter/BarChartDataConverter.java =================================================================== --- trunk/wao-web/src/main/java/fr/ifremer/wao/web/converter/BarChartDataConverter.java 2014-06-05 13:14:00 UTC (rev 2000) +++ trunk/wao-web/src/main/java/fr/ifremer/wao/web/converter/BarChartDataConverter.java 2014-06-05 13:26:56 UTC (rev 2001) @@ -53,13 +53,13 @@ options +=" barWidth: 10 \n"; options +=" } \n"; options +=" },\n"; - options +=" axesDefaults: {\n"; - options +=" tickRenderer: $.jqplot.CanvasAxisTickRenderer, \n"; - options +=" tickOptions: { \n"; - options +=" angle: -90, \n"; - options +=" fontSize: '10pt' \n"; - options +=" } \n"; - options +=" },\n"; +// options +=" axesDefaults: {\n"; +// options +=" tickRenderer: $.jqplot.CanvasAxisTickRenderer, \n"; +// options +=" tickOptions: { \n"; +// options +=" angle: -90, \n"; +// options +=" fontSize: '10pt' \n"; +// options +=" } \n"; +// options +=" },\n"; options +=" axes: {\n"; options +=" xaxis: {\n"; options +=" renderer: $.jqplot.CategoryAxisRenderer, \n"; Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp =================================================================== --- trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp 2014-06-05 13:14:00 UTC (rev 2000) +++ trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/synthesis.jsp 2014-06-05 13:26:56 UTC (rev 2001) @@ -53,7 +53,7 @@ </script> </head> - <content tag="mainClass"></content> + <content tag="mainClass">large syntheses</content> <%@include file="contacts-filter.jsp"%> Modified: trunk/wao-web/src/main/webapp/wao.css =================================================================== --- trunk/wao-web/src/main/webapp/wao.css 2014-06-05 13:14:00 UTC (rev 2000) +++ trunk/wao-web/src/main/webapp/wao.css 2014-06-05 13:26:56 UTC (rev 2001) @@ -783,3 +783,15 @@ main.form .form-wrapper .form-actions button.btn { float: right; } + + +/** + * Synthèse + */ + +.syntheses th, +.syntheses td { + text-align: right; + white-space: nowrap; + max-width: 50%; +}