[Libreoffice-commits] help.git: source/default.css

Olivier olivier.hallot at libreoffice.org
Wed Feb 22 16:34:10 UTC 2017


 source/default.css |   44 ++++++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 20 deletions(-)

New commits:
commit 4653c092350d627d43e895039fa17c37a1fd0251
Author: Olivier <olivier.hallot at libreoffice.org>
Date:   Wed Feb 22 13:30:59 2017 -0300

    Improvements in CSS for online help3
    
    Change-Id: I3340b980c98feaf24557dc8cfaa95c0a27506b58
    Reviewed-on: https://gerrit.libreoffice.org/34550
    Reviewed-by: Olivier Hallot <olivier.hallot at edx.srv.br>
    Tested-by: Olivier Hallot <olivier.hallot at edx.srv.br>

diff --git a/source/default.css b/source/default.css
index 1076e58..dce078c 100644
--- a/source/default.css
+++ b/source/default.css
@@ -127,38 +127,42 @@ h4, h5, h6
 position: fixed;
 bottom: 5px;
 right: 5px;
+left:30%;
+top:10%;
 overflow:auto;
-width: 69%;
-height: 90%;
 border:solid 1px;
+padding:10px;
 }
-
 #BottomLeft {
 position: fixed;
 bottom: 5px;
 left: 5px;
 overflow:auto;
-width: 30%;
-height: 90%;
-border:solid 1px;
+right: 70%;
+top: 10%;
+border-top:solid 1px;
+border-left:solid 1px;
+border-bottom:solid 1px;
+padding:10px;
 }
-
 #TopRight {
-width: 69%;
-height: 9%;
-position: fixed;
-top: 5px;
-right: 5px;
-border:solid 1px;
+    border-top:solid 1px;
+    border-left:solid 1px;
+    border-right:solid 1px;
+    position: fixed;
+    right: 5px;
+    top: 5px;
+    left: 30%;
+    bottom:90%;
 }
-
 #TopLeft {
-width: 30%;
-height: 9%;
-position: fixed;
-top: 5px;
-left: 5px;
-border:solid 1px;
+    border-top:solid 1px;
+    border-left:solid 1px;
+    left: 5px;
+    position: fixed;
+    top: 5px;
+    right: 70%;
+    bottom:90%;
 }
 
 #mediadiv {


More information about the Libreoffice-commits mailing list