Commit 6999dc6d authored by Luke Macken's avatar Luke Macken

Improve the fonts in our WebKit widgets

parent d440a184
......@@ -277,6 +277,7 @@ class PyrasiteWindow(Gtk.Window):
self.info_html = """
<style>
body {font: normal 12px/150%% Arial, Helvetica, sans-serif;}
.grid table { border-collapse: collapse; text-align: left; width: 100%%; }
.grid {font: normal 12px/150%% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 1px solid #006699; -webkit-border-radius: 3px; border-radius: 3px; }
.grid table td, .grid table th { padding: 3px 10px; }
......@@ -375,7 +376,10 @@ class PyrasiteWindow(Gtk.Window):
# The Details tab
self.details_html = """
<h3>%s</h3>
<style>
body {font: normal 12px/150%% Arial, Helvetica, sans-serif;}
</style>
<h2>%s</h2>
<ul>
<li><b>status:</b> %s</li>
<li><b>cwd:</b> %s</li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment