help3/xhpeditor/index.php     |    2 +-
 help3/xhpeditor/xhpeditor.css |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit c166a57055e33f1723af70a4c82cdd191406e664
Author:     Olivier Hallot <[email protected]>
AuthorDate: Thu Jan 16 09:36:17 2020 -0300
Commit:     Olivier Hallot <[email protected]>
CommitDate: Thu Jan 16 14:42:04 2020 +0100

    xhpeditor fixes in CSS
    
    Change-Id: I5129a1bcbf0b88c90464643a549c2813521bfc1b
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/86921
    Reviewed-by: Olivier Hallot <[email protected]>
    Tested-by: Olivier Hallot <[email protected]>

diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index 29a31fd..a05cba9 100644
--- a/help3/xhpeditor/index.php
+++ b/help3/xhpeditor/index.php
@@ -17,7 +17,7 @@ $xhp = $_POST["xhpdoc"];
     <title>LibreOffice Documentation XHP Editor</title>
     <link rel="shortcut icon" href="favicon.ico"/>
     <link type="text/css" rel="stylesheet" href="xhpeditor.css">
-    <link type="text/css" rel="stylesheet" href="DisplayArea.css.css">
+    <link type="text/css" rel="stylesheet" href="DisplayArea.css">
     <link type="text/css" rel="stylesheet" href="lib/codemirror.css">
     <link type="text/css" rel="stylesheet" href="addon/hint/show-hint.css">
     <link type="text/css" rel="stylesheet" 
href="helpcontent2/help3xsl/normalize.css">
diff --git a/help3/xhpeditor/xhpeditor.css b/help3/xhpeditor/xhpeditor.css
index 83e7ea0..b5ba09f 100644
--- a/help3/xhpeditor/xhpeditor.css
+++ b/help3/xhpeditor/xhpeditor.css
@@ -15,9 +15,9 @@
 }
 
 .CodeMirror {
-  border: 1px solid #eee;
-  height: auto;
-}
+    border: 1px solid #eee;
+    resize: vertical;
+    }
 
 .buttonrow{
     margin-top:5px;
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to