texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: * js/info.css: Styling tweaks for js-info to make


From: Per Bothner
Subject: branch master updated: * js/info.css: Styling tweaks for js-info to make help scrollable.
Date: Sat, 03 Jul 2021 17:51:43 -0400

This is an automated email from the git hooks/post-receive script.

bothner pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 274d17f  * js/info.css: Styling tweaks for js-info to make help 
scrollable.
274d17f is described below

commit 274d17f7ef1ca9ad59132f3ab0f73b61cd38df35
Author: Per Bothner <per@bothner.com>
AuthorDate: Sat Jul 3 14:51:09 2021 -0700

    * js/info.css: Styling tweaks for js-info to make help scrollable.
---
 ChangeLog   | 6 +++++-
 js/info.css | 9 +++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c7d3530..f3d64e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+2021-07-03  Per Bothner  <per@bothner.com>
+
+       * js/info.css: Styling tweaks for js-info to make help scrollable.
+
 2021-07-03  Gavin Smith  <gavinsmith0123@gmail.com>
 
        6.8
-       
+
        * tp/Texinfo/Convert/HTML.pm: unconditionally reference MathJax
        code if HTML_MATH is 'mathjax' and it is non-split output.
 
diff --git a/js/info.css b/js/info.css
index d8d20e1..14537b6 100644
--- a/js/info.css
+++ b/js/info.css
@@ -166,13 +166,12 @@ table#keyboard-shortcuts th {
     display: none;
     position: fixed;
     z-index: 1;
-    padding-top: 100px;
+    padding-top: 40px;
     left: 25%;
     top: 0;
+    bottom: 0px;
     width: 75%;
-    height: 100%;
-    overflow: auto;
-    background-color: rgb(0,0,0); /* Fallback color */
+    background-color: #888; /* Fallback color */
     background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
 }
 
@@ -182,6 +181,8 @@ table#keyboard-shortcuts th {
     margin: auto;
     padding: 20px;
     width: 80%;
+    max-height: 100%;
+    overflow-y: auto;
 }
 
 /*-------.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]