[Libreoffice-commits] dev-tools.git: help3/html
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Jan 12 11:29:50 UTC 2019
help3/html/xhpeditor.css | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit b161a4d0d40fcf06583b6dd2b6b4eebce4ca1997
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Fri Jan 11 20:40:04 2019 -0200
Commit: Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat Jan 12 12:29:33 2019 +0100
Fix panes and let them scroll individually
Change-Id: I27d97da90ff0c0e4089df7c86fc5caa1280b2b97
Reviewed-on: https://gerrit.libreoffice.org/66200
Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>
diff --git a/help3/html/xhpeditor.css b/help3/html/xhpeditor.css
index d1ac7d8..83d4a8e 100644
--- a/help3/html/xhpeditor.css
+++ b/help3/html/xhpeditor.css
@@ -25,15 +25,18 @@
.leftside{
top: 0%;
+ bottom:0%;
left:0%;
right:50%;
position: absolute;
background: Beige;
display:block;
border:1px solid grey;
+ overflow: scroll;
}
.rightside{
top: 0%;
+ bottom:0%;
right:0%;
left: 50%;
position:absolute;
More information about the Libreoffice-commits
mailing list