From: Jaroslav Kysela Date: Fri, 6 May 2016 14:37:55 +0000 (+0200) Subject: mdhelp: cosmetic CSS changes, fix the tvh_schematic.png (background) X-Git-Tag: v4.2.1~564 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f343a9d00d238dac52e5efd575b48dc4e7006b3;p=thirdparty%2Ftvheadend.git mdhelp: cosmetic CSS changes, fix the tvh_schematic.png (background) --- diff --git a/src/webui/static/app/ext-access.css b/src/webui/static/app/ext-access.css index 4c8e1bac8..45e755965 100644 --- a/src/webui/static/app/ext-access.css +++ b/src/webui/static/app/ext-access.css @@ -30,6 +30,10 @@ a { color: #ffc033; } +.hts-doc-text a { + color: #ff9c33; +} + .hts-doc-text th { background-color: white; } @@ -42,6 +46,11 @@ a { background-color: #404046; } +.hts-doc-text code { + background-color: initial; + color: #ff9c33; +} + .x-progress-text-back { color: #fff; } diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index b1a5b6ad4..8462cafaa 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -869,10 +869,7 @@ color: darkred; font-family: 'Courier New', Courier, monospace; margin-left: 2em; - padding-bottom: 0px; - padding-left: 5px; - padding-right: 5px; - padding-top: 0px; + padding: 3px 5px 0 5px; display: inline-block; } @@ -881,6 +878,11 @@ display: initial; } +.hts-doc-text li code { + margin-left: 0; + display: initial; +} + /* Styles for help TOC */ .hts-doc-toc { diff --git a/src/webui/static/img/tvh_schematic.png b/src/webui/static/img/tvh_schematic.png index 75621c53c..617bc3e30 100644 Binary files a/src/webui/static/img/tvh_schematic.png and b/src/webui/static/img/tvh_schematic.png differ