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

Unified Diff: Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/styles/style.css

Issue 18418010: Check in the thirdparty libs needed for webkitpy. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 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
Index: Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/styles/style.css
diff --git a/Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/styles/style.css b/Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/styles/style.css
new file mode 100644
index 0000000000000000000000000000000000000000..8da3c546df19d32928fc3e065f63ad3b5f47e16a
--- /dev/null
+++ b/Tools/Scripts/webkitpy/thirdparty/webpagereplay/perftracker/app/styles/style.css
@@ -0,0 +1,76 @@
+body {
+ font-size: 84%;
+ font-family: Helvetica, Arial, san-serif;
+}
+
+h1 {
+ font-size: 110%;
+ font-weight: bold;
+ color: #4a8ee6;
+ letter-spacing: -1px;
+ padding: 0;
+ margin: 0;
+}
+
+div#header {
+ padding: 0.75em 1em;
+ padding-top: 0.6em;
+ padding-left: 10;
+ margin-bottom: 0.75em;
+ position: relative;
+ overflow: hidden;
+ background: black; // #5296de;
+ -webkit-background-size: 100%;
+ -webkit-border-radius: 6px;
+ color: white;
+ text-shadow: 0 0 2px black;
+}
+
+div#header h1 {
+ padding-left: 37px;
+ margin: 0;
+ display: inline;
+ color: white;
+}
+
+div#header p {
+ font-size: 84%;
+ font-style: italic;
+ padding: 0;
+ margin: 0;
+ color: white;
+ padding-left: 0.4em;
+ display: inline;
+}
+
+div#footer {
+ color: #666;
+ font-size: 84%;
+ margin-top: 2em;
+ text-align: center;
+}
+
+.righttext {
+ text-align: right;
+}
+
+table.sortable {
+ font-size: 84%;
+ table-layout: fixed;
+}
+
+table.sortable:not([class*='filtered']) tr:nth-child(even) {
+ background: #eff3ff;
+}
+
+div.scorebox {
+ border: 1px solid black;
+ width: 200px;
+ float: right;
+ margin-top: 25;
+ margin-right: 200px;
+ background-color: eeeeff;
+ font-size: 300%;
+ text-align: center;
+ vertical-align: middle;
+}

Powered by Google App Engine
This is Rietveld 408576698