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

Unified Diff: static/css/testpages.css

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Fixed README title Created June 7, 2018, 1:58 p.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 | « pages/index.md ('k') | static/images/abp-32.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/testpages.css
===================================================================
--- a/static/css/testpages.css
+++ b/static/css/testpages.css
@@ -81,6 +81,11 @@
background-image: repeating-linear-gradient(45deg, #f00, #f00 10px, #c00 10px, #c00 20px);
}
+.stripes-blue {
+ border: 2px solid #0079cc;
+ background-image: repeating-linear-gradient(45deg, #2231b5, #2231b5, 10px, #0079cc 10px, #0079cc 20px);;
+}
+
/* Site Layout/Panels */
@@ -216,6 +221,10 @@
margin-top: .5rem;
}
+#testcase-scripttarget {
+ padding: .5rem;
+}
+
.testcase-filter .filter {
background-color: #e0e0e0;
margin: 0;
« no previous file with comments | « pages/index.md ('k') | static/images/abp-32.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld