diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-01-16 09:36:17 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-01-16 14:42:04 +0100 |
commit | c166a57055e33f1723af70a4c82cdd191406e664 (patch) | |
tree | 36475401210ba26a484acda99b418c3f2e4efc74 /help3 | |
parent | b3d9f605262331be83dde68b5a3f0036cdf22672 (diff) |
xhpeditor fixes in CSS
Change-Id: I5129a1bcbf0b88c90464643a549c2813521bfc1b
Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/86921
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3')
-rw-r--r-- | help3/xhpeditor/index.php | 2 | ||||
-rw-r--r-- | help3/xhpeditor/xhpeditor.css | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php index 29a31fdb..a05cba97 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 83e7ea01..b5ba09f2 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; |