Skip to content

Commit

Permalink
MythCenter/MythCenter-wide: Tidy up the 'Program Details' screen
Browse files Browse the repository at this point in the history
Fix the position of the browser in MythCenter.
Make sure the font used in the browser is sans-serif to better match the theme.

Fixes #10614.
  • Loading branch information
paul-h authored and Paul Harrison committed Mar 23, 2013
1 parent dfa05cd commit 12a453c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions mythtv/themes/MythCenter-wide/htmls/progdetails_page1.html
@@ -1,8 +1,8 @@
<HTML>
<head>
<style type="text/css">
h1 {font-size:15pt;font-style: normal;color:#33FF33}
p {font-size:15pt;font-style: normal;color:#FFFFFF;margin-top: -10pt}
h1 {font-size:15pt;font-style: normal;font-family: sans-serif;color:#33FF33}
p {font-size:15pt;font-style: normal;font-family: sans-serif;color:#FFFFFF;margin-top: -10pt}
</style>
</head>

Expand Down
4 changes: 2 additions & 2 deletions mythtv/themes/MythCenter-wide/htmls/progdetails_page2.html
@@ -1,8 +1,8 @@
<HTML>
<head>
<style type="text/css">
h1 {font-size:15pt;font-style: normal;color:#33FF33}
p {font-size:15pt;font-style: normal;color:#FFFFFF;margin-top: -10pt}
h1 {font-size:15pt;font-style: normal;font-family: sans-serif;color:#33FF33}
p {font-size:15pt;font-style: normal;font-family: sans-serif;color:#FFFFFF;margin-top: -10pt}
</style>
</head>

Expand Down
4 changes: 2 additions & 2 deletions mythtv/themes/MythCenter/htmls/progdetails_page1.html
Expand Up @@ -3,8 +3,8 @@
<html>
<head>
<style type="text/css">
h1 {font-size:15pt;font-style: normal;color:#33FF33}
p {font-size:15pt;font-style: normal;color:#FFFFFF;margin-top: -10pt}
h1 {font-size:15pt;font-style: normal;font-family: sans-serif;color:#33FF33}
p {font-size:15pt;font-style: normal;font-family: sans-serif;color:#FFFFFF;margin-top: -10pt}
</style>
</head>

Expand Down
4 changes: 2 additions & 2 deletions mythtv/themes/MythCenter/htmls/progdetails_page2.html
Expand Up @@ -3,8 +3,8 @@
<html>
<head>
<style type="text/css">
h1 {font-size:15pt;font-style: normal;color:#33FF33}
p {font-size:15pt;font-style: normal;color:#FFFFFF;margin-top: -10pt}
h1 {font-size:15pt;font-style: normal;font-family: sans-serif;color:#33FF33}
p {font-size:15pt;font-style: normal;font-family: sans-serif;color:#FFFFFF;margin-top: -10pt}
</style>
</head>

Expand Down
2 changes: 1 addition & 1 deletion mythtv/themes/MythCenter/schedule-ui.xml
Expand Up @@ -1215,7 +1215,7 @@
</shape>

<webbrowser name="browser">
<area>40,65,710,490</area>
<area>50,70,700,480</area>
<zoom>1.0</zoom>
<background color="#131564"/>
</webbrowser>
Expand Down

0 comments on commit 12a453c

Please sign in to comment.