]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix several errors detected by w3c css validator
authorPablo <trujulu@gmail.com>
Mon, 24 Dec 2018 17:24:54 +0000 (18:24 +0100)
committerJaroslav Kysela <perex@perex.cz>
Wed, 2 Jan 2019 14:53:10 +0000 (15:53 +0100)
2234  .x-grid3-header-title  Value Error : padding auto is not a padding value : auto 1px

5792  Parse Error }

5798  *  Parse Error */ .x-grid3-hd-row td.ux-filtered-column { font-style:italic; font-weight:bold }

6529  .dvr-details-dialog  Property postition doesn't exist. The closest matching property name is position : relative

src/webui/static/app/ext.css
vendor/ext-3.4.1/examples/ux/gridfilters/css/GridFilters.css
vendor/ext-3.4.1/resources/css/structure/pivotgrid.css

index 840a3e7aa8e2db506beb910799cb0f8bac3856d5..f165d3c66da53ff1ee6f2dbd480e58122b747e28 100644 (file)
 }
 
 .dvr-details-dialog {
-    postition: relative;
+    position: relative;
 }
 .dvr-details-dialog-background-image {
     /* Details in here are overridden by  code */
index a5ea5e3f1b041185176f1fbfd3fbd8eb46c9e8d6..fe2a8daba8a4801363c08e666ae22c3965be42cd 100644 (file)
@@ -28,11 +28,11 @@ Build date: 2013-04-03 15:07:25
 }
 
 .x-grid3-hd-row .ux-filtered-column .x-grid3-hd-inner {
-       /* background-image: urL(../images/header_bg.gif); */
+       background-image: urL(../images/header_bg.gif);
 }
 
 .ux-filtered-column .x-grid3-hd-btn {
-       /* background-image: urL(../images/hd-btn.gif); */
+       background-image: urL(../images/hd-btn.gif);
 }
 */
 .x-grid3-hd-row td.ux-filtered-column {   
index 47183b8081acc95bc6ee724b61046e771e6572e1..a98bb317c13d07decbe43cdc394fb32351935539 100644 (file)
@@ -66,7 +66,7 @@ Build date: 2013-04-03 15:07:25
     vertical-align: middle;
     font-family: tahoma;
     font-size: 11px;
-    padding: auto 1px;
+    padding: 1px;
     display: table-cell;
 }