help3xsl/default.css | 25 +++++++++++++++++-------- help3xsl/paginathing.js | 8 ++++---- 2 files changed, 21 insertions(+), 12 deletions(-)
New commits: commit 41c6294398f9a3a8ba7c3c66abd4cc14dbbcecd1 Author: Adolfo Jayme Barrientos <[email protected]> Date: Mon Apr 23 07:22:40 2018 -0500 Helponline: Tweak pagination symbols for improved clarity Change-Id: I5308fb5f7039db592038f674b390f92779376d6d diff --git a/help3xsl/paginathing.js b/help3xsl/paginathing.js index 8ecc4abd0..3bb88f31d 100644 --- a/help3xsl/paginathing.js +++ b/help3xsl/paginathing.js @@ -59,10 +59,10 @@ var options = { limitPagination: 6, prevNext: true, firstLast: true, - prevText: '<<', - nextText: '>>', - firstText: '<', - lastText: '>', + prevText: '←', + nextText: '→', + firstText: '⇤', + lastText: '⇥', containerClass: 'pagination-container', ulClass: 'pagination', liClass: 'page', commit 2a148c5633a0123356ed870a97d9578039307d1b Author: Adolfo Jayme Barrientos <[email protected]> Date: Mon Apr 23 07:11:36 2018 -0500 Helponline: Contents and Index labels are oversized Change-Id: Iea3de265bd5cb81747f87e4279d6ac498be06c47 diff --git a/help3xsl/default.css b/help3xsl/default.css index a31eea1c4..3f30cda39 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -369,12 +369,10 @@ footer p { opacity: 0; } label[for=accordion-1] { - text-decoration: underline; color: #18A303; - cursor: pointer; display: block; padding: 10px 0 10px 20px; - font-size: 29px; + font-size: 1.4em; line-height: .6; } label[for=accordion-1]:after { @@ -392,7 +390,7 @@ aside input[type=checkbox]:checked ~ .contents-treeview { } .index-label { float: left; - font-size: 29px; + font-size: 1.4em; color: #18A303; padding-left: 20px; margin: 20px 0 0 0; commit e81f1e1ff611df348bf3fa627737b968831106cf Author: Adolfo Jayme Barrientos <[email protected]> Date: Mon Apr 23 07:03:21 2018 -0500 Helponline: Add some styling to the tables Change-Id: Iafef063c594142efeec56b96b1e508da3ac0d8b7 diff --git a/help3xsl/default.css b/help3xsl/default.css index c37684477..a31eea1c4 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -84,7 +84,7 @@ h6, pointer-events: auto; } body { - background-color: #FDFDFD; + background-color: #FCFCFC; margin: 0; line-height: normal; } @@ -116,15 +116,26 @@ pre, .keycode { font-weight: bold; } +table { + box-shadow: rgba(0,0,0,0.1) 0px 1px 3px 0px; + border-collapse: collapse; + background: #fefefe; +} +table, th, td { + border-top: 0; + border-bottom: 1px solid #E8E8E8; + border-left: 0; + border-right: 0; + padding: 0.3em; +} .tablehead, .tableheadintable { font-weight: bold; margin-top: 0px; - background: #CCF4C6; - text-align: center; } .tableheadcell { - background: #CCF4C6; + background: #18A303; + color: white; vertical-align:top; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
