]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
mdhelp: cosmetic CSS changes, fix the tvh_schematic.png (background)
authorJaroslav Kysela <perex@perex.cz>
Fri, 6 May 2016 14:37:55 +0000 (16:37 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 6 May 2016 14:37:55 +0000 (16:37 +0200)
src/webui/static/app/ext-access.css
src/webui/static/app/ext.css
src/webui/static/img/tvh_schematic.png

index 4c8e1bac873fbbd37b53a141186b178568f6e19d..45e7559657a3da7f517094e7f808a62f7042bbd6 100644 (file)
@@ -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;
 }
index b1a5b6ad435e5402ff417acd391f8be1512e3953..8462cafaaec103afadaaec5e9a56394f2e801e96 100644 (file)
     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;
 }
 
     display: initial;
 }
 
+.hts-doc-text li code {
+    margin-left: 0;
+    display: initial;
+}
+
 /* Styles for help TOC */
 
 .hts-doc-toc {
index 75621c53c1a455f03bd19fd14f1ef03e59b12d9c..617bc3e30140d8ffdd2db934d8ba8a4c0cefdce1 100644 (file)
Binary files a/src/webui/static/img/tvh_schematic.png and b/src/webui/static/img/tvh_schematic.png differ