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

Unified Diff: appengine/findit/templates/config.html

Issue 2546433003: [Findit] Query master flake analyses 100 at a time and add previous/next buttons to check flake dash (Closed)
Patch Set: Addressing comments Created 4 years 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: appengine/findit/templates/config.html
diff --git a/appengine/findit/templates/config.html b/appengine/findit/templates/config.html
index e7c380c6ac7444603fb9508ede11917348e71ab0..c534a42ee8954330f176c3e309f0e90b33d7de20 100644
--- a/appengine/findit/templates/config.html
+++ b/appengine/findit/templates/config.html
@@ -8,20 +8,20 @@
<style>
.previous, .next, .latest {
color: #0645AD;
- background:none!important;
- border:none;
- padding:0!important;
+ background: none;
+ border: none;
+ padding: 0;
font: inherit;
- border-bottom:1px solid #0645AD;
+ border-bottom: 1px solid #0645AD;
cursor: pointer;
}
.disabled {
color: #d3d3d3;
- background:none!important;
- border:none;
- padding:0!important;
+ background: none;
+ border: none;
+ padding: 0;
font: inherit;
- border-bottom:1px solid #d3d3d3;
+ border-bottom: 1px solid #d3d3d3;
cursor: pointer;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698