diff options
author | Buovjaga <ilmari.lauhakangas@libreoffice.org> | 2017-07-25 15:42:08 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@edx.srv.br> | 2017-07-26 17:15:53 +0200 |
commit | a0efca32e5ebee152776ac81f8e4f59892faead0 (patch) | |
tree | ba6ff9e9533639fdda4ff9239b4dffb1e88a0c8e /help3xsl/default.css | |
parent | d91a31ef72b13ae5aa135ef468771254bd31bf1a (diff) |
tdf#97745 Fix width on wide screens
Change-Id: I91a84a0d3460ab7ccacd1ec1f14ef7b97db3b767
Signed-off-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Reviewed-on: https://gerrit.libreoffice.org/40427
Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r-- | help3xsl/default.css | 17 |
1 files changed, 5 insertions, 12 deletions
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 +} |