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

Unified Diff: tools/skpdiff/viewer_style.css

Issue 27512002: Update skpdiff to include a name with each file. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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/skpdiff/viewer.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/skpdiff/viewer_style.css
diff --git a/tools/skpdiff/viewer_style.css b/tools/skpdiff/viewer_style.css
index e172667061296b00a6f94893a1c0a23be968381c..1e4420fe850ca8dfc1622a1d9f8d136ec0663767 100644
--- a/tools/skpdiff/viewer_style.css
+++ b/tools/skpdiff/viewer_style.css
@@ -5,7 +5,7 @@ body, img, div {
}
table {
- width:100%;
+ width: auto;
border-collapse: collapse;
border-spacing: 0;
padding: 8px;
@@ -13,7 +13,7 @@ table {
td {
border-top: 1px solid #DDD;
- padding: 8px;
+ padding: 16px;
}
thead > tr > td {
border: none;
@@ -73,6 +73,11 @@ input[type="checkbox"].lastselected {
background: -webkit-linear-gradient(top, #96c56f 0%,#a9db80 100%);
}
+.common-name {
+ vertical-align: top;
+}
+
+
.gm-image {
border: 1px dotted black;
}
« no previous file with comments | « tools/skpdiff/viewer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698