Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Unified Diff: tools/resources/about_credits.tmpl

Issue 1841863002: Update monet. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/remove_stale_pyc_files.py ('k') | tools/resources/about_credits_entry.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/resources/about_credits.tmpl
diff --git a/tools/resources/about_credits.tmpl b/tools/resources/about_credits.tmpl
new file mode 100644
index 0000000000000000000000000000000000000000..04ec6fdb63c5f3c37002568f8cce095b43ec9027
--- /dev/null
+++ b/tools/resources/about_credits.tmpl
@@ -0,0 +1,76 @@
+#!mojo mojo:sky_viewer
+<html>
+<head>
+<meta charset="utf-8">
+<title>Credits</title>
+<import src="/packages/sky/framework/elements/sky-scrollable.sky" />
+<style>
+body {
+ background-color: white;
+ font-size: 84%;
+ max-width: 1020px;
+}
+.page-title {
+ font-size: 164%;
+ font-weight: bold;
+ margin-top: 26px; /* Avoid Android status bar */
+}
+.product {
+ background-color: #c3d9ff;
+ border-radius: 5px;
+ margin-top: 16px;
+ overflow: auto;
+ padding: 2px;
+}
+.product .title {
+ float: left;
+ font-size: 110%;
+ font-weight: bold;
+ margin: 3px;
+}
+.product .homepage {
+ float: right;
+ margin: 3px;
+ text-align: right;
+}
+.product .homepage::after {
+ content: " - ";
+}
+.product .show {
+ float: right;
+ margin: 3px;
+ text-align: right;
+}
+.licence {
+ background-color: #e8eef7;
+ border-radius: 3px;
+ clear: both;
+ padding: 16px;
+}
+.licence h3 {
+ margin-top: 0;
+}
+.licence pre {
+ white-space: pre;
+}
+.dialog #print-link,
+.dialog .homepage {
+ display: none;
+}
+sky-scrollable {
+ height: -webkit-fill-available;
+}
+pre, span, a {
+ display: paragraph;
+}
+</style>
+</head>
+<body>
+<sky-scrollable>
+<span class="page-title" style="float:left;">Credits</span>
+<div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects -->
+{{entries}}
+</div>
+</sky-scrollable>
+</body>
+</html>
« no previous file with comments | « tools/remove_stale_pyc_files.py ('k') | tools/resources/about_credits_entry.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698