From a0efca32e5ebee152776ac81f8e4f59892faead0 Mon Sep 17 00:00:00 2001 From: Buovjaga Date: Tue, 25 Jul 2017 15:42:08 -0300 Subject: tdf#97745 Fix width on wide screens Change-Id: I91a84a0d3460ab7ccacd1ec1f14ef7b97db3b767 Signed-off-by: Olivier Hallot Reviewed-on: https://gerrit.libreoffice.org/40427 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- help3xsl/default.css | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'help3xsl/default.css') diff --git a/help3xsl/default.css b/help3xsl/default.css index 19d4ff53d5..3a83d55d42 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -434,10 +434,12 @@ header input[type=checkbox], float: left; } .calc, +.chart, .writer, .impress, .draw, .math, +.basic, .base { width: 21.5px; height: 26px; @@ -465,19 +467,9 @@ header input[type=checkbox], } .chart { background-image: url(media/navigation/libo-chart.svg); - width: 25.14px; - height: 25.4px; - position: relative; - top: -6.5px; - margin-right: 5px; } .basic { background-image: url(media/navigation/libo-basic.svg); - width: 25.4px; - height: 25.4px; - position: relative; - top: -8.7px; - margin-right: 5px; } /* tree view */ @@ -558,7 +550,7 @@ header input[type=checkbox], } @media screen and (min-width: 960px) { body { - max-width: 1280px; + max-width: 1024px; margin: auto; } header > ul > li > a { @@ -575,6 +567,7 @@ header input[type=checkbox], } .accordion { display: flex; + width: 960px; } .acc-panel { flex-basis: 320px; @@ -602,4 +595,4 @@ header input[type=checkbox], "footer footer"; } } -} \ No newline at end of file +} -- cgit