diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2018-07-07 15:09:33 +0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-07-10 12:24:15 +0200 |
commit | 581213f4b1f0589367529434af22c41ddc4c1a29 (patch) | |
tree | f1bdab08b50698906822e1868b0094c3e353c2ed /help3xsl/online_transform.xsl | |
parent | 3b921c7604f80decfbba38bfe22ec1409ae244d7 (diff) |
tdf#118430 Three column layout with 1440px width
Contents will now stay collapsed until 1440px width, when
it will move to the right side of the screen.
Removed useless and harmful float:left from .index-label.
Change-Id: I504e8c4be3a5e777dc7bafbd6a6105b163e4a5f3
Reviewed-on: https://gerrit.libreoffice.org/57129
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/online_transform.xsl')
-rw-r--r-- | help3xsl/online_transform.xsl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/help3xsl/online_transform.xsl b/help3xsl/online_transform.xsl index 8bfd5d31ba..889982fda3 100644 --- a/help3xsl/online_transform.xsl +++ b/help3xsl/online_transform.xsl @@ -200,10 +200,12 @@ </div> </xsl:if> </div> - <aside> + <aside class="rightside"> <input id="accordion-1" name="accordion-menu" type="checkbox"/> <label for="accordion-1"><xsl:value-of select="$ui_contents"/></label> <div id="Contents" class="contents-treeview"></div> + </aside> + <aside class="leftside"> <div id="Index"> <div class="index-label"><xsl:value-of select="$ui_index"/>  🔎︎ </div> <div id="Bookmarks"> |