]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
logo size fix (about tab)
authorJaroslav Kysela <perex@perex.cz>
Fri, 6 May 2016 16:32:22 +0000 (18:32 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 6 May 2016 16:32:22 +0000 (18:32 +0200)
src/webui/extjs.c
src/webui/static/app/ext.css

index 59c9d5667effe0a9d9e49b88187e0eafe38ef21f..24bcd02425b8259dd0b110fbc1e3902988e63948 100644 (file)
@@ -198,7 +198,7 @@ page_about(http_connection_t *hc, const char *remain, void *opaque)
   htsbuf_qprintf(hq, "<center class=\"about-tab\">\n\
 <div class=\"about-title\">HTS Tvheadend %s</div>\n\
 <p>&copy; 2006 - 2016 Andreas \303\226man, Jaroslav Kysela, Adam Sutton, et al.</p>\n\
-<p><img width=\"25%%\" height=\"34%%\" src=\"static/img/logobig.png\"></p>\n\
+<p><img class=\"logobig\" src=\"static/img/logobig.png\"></p>\n\
 <p><a href=\"https://tvheadend.org\">https://tvheadend.org</a></p>\n",
     tvheadend_version);
 
index 8462cafaaec103afadaaec5e9a56394f2e801e96..13c5c3b62c880fdad96a548268cd9a12cf07145c 100644 (file)
     cursor: pointer;
 }
 
+.logobig {
+    width: 25%;
+    height: auto;
+}
+
 /** vim: ts=4:sw=4:nu:fdc=4:nospell 
  *
  * Ext.ux.grid.RowActions.css