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

Unified Diff: experimental/skpdiff/viewer_style.css

Issue 18925004: modularize the display of diffs for skpdiff (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: swapimg -> swapImg 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
« no previous file with comments | « experimental/skpdiff/viewer.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/skpdiff/viewer_style.css
diff --git a/experimental/skpdiff/viewer_style.css b/experimental/skpdiff/viewer_style.css
index 48a295c7bbdd9e2a57477cdb2af2acab2a0812db..140deaa55b9962adb87e533dcb618295731ddbd0 100644
--- a/experimental/skpdiff/viewer_style.css
+++ b/experimental/skpdiff/viewer_style.css
@@ -20,14 +20,18 @@ thead > tr > td {
}
.gm-image {
- width:300px;
+ border: 1px dotted black;
}
-.baseline-image {
+.gm-image:hover {
+ border: 1px dashed black;
+}
+
+.left-image {
float: right;
}
-.test-image {
+.right-image {
text-align: right;
}
« no previous file with comments | « experimental/skpdiff/viewer.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698