Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
logo size fix (about tab)
  • Loading branch information
perexg committed May 6, 2016
1 parent d56cc1f commit 96782c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/extjs.c
Expand Up @@ -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);

Expand Down
5 changes: 5 additions & 0 deletions src/webui/static/app/ext.css
Expand Up @@ -993,6 +993,11 @@
cursor: pointer;
}

.logobig {
width: 25%;
height: auto;
}

/** vim: ts=4:sw=4:nu:fdc=4:nospell
*
* Ext.ux.grid.RowActions.css
Expand Down

0 comments on commit 96782c8

Please sign in to comment.