Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/reports/template/submitSuccess.html

Issue 29584689: Issue 5890 - Align the font of the issue reporter result page with the font of the extension UI (Closed)
Patch Set: Convert font size to pixels, set background. Created Oct. 22, 2017, 9:58 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/reports/template/submitSuccess.html
===================================================================
--- a/sitescripts/reports/template/submitSuccess.html
+++ b/sitescripts/reports/template/submitSuccess.html
@@ -13,16 +13,25 @@
-
- You should have received a copy of the GNU General Public License
- along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Report submission</title>
+ <style type="text/css">
+body
+{
+ font-family: Segoe UI, Arial, sans-serif;
+ font-size: 20px;
+ color: #494949;
+ background-color: #ffffff;
+}
+ </style>
</head>
<body>
{% if knownIssues -%}
<p><strong>%KNOWNISSUE%</strong>
{%- for issue in knownIssues -%}
<br /><a target="_top" href="{{issue}}">{{issue}}</a>
{%- endfor -%}
</p>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld