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

Unified Diff: infra/tools/antibody/static/leaderboard.css

Issue 1235373004: Added script to generate stats on a git checkout (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@new_antibody_db_schema
Patch Set: Rebase Created 5 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 | « infra/tools/antibody/static/antibody_ui_all.css ('k') | infra/tools/antibody/static/leaderboard.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/antibody/static/leaderboard.css
diff --git a/infra/tools/antibody/static/tbr_by_user.css b/infra/tools/antibody/static/leaderboard.css
similarity index 62%
copy from infra/tools/antibody/static/tbr_by_user.css
copy to infra/tools/antibody/static/leaderboard.css
index 9f99eda0f01ce077f144a4696689def9dad60161..202f475d9f5321c3e00e5ff6b4dceb7d47538621 100644
--- a/infra/tools/antibody/static/tbr_by_user.css
+++ b/infra/tools/antibody/static/leaderboard.css
@@ -21,25 +21,14 @@ body {
text-transform: uppercase;
}
-.gen_time {
+.nav .gen_time {
color: #A3A3A3;
}
-.input-group {
- margin-top: 70px;
- width: 70%;
- margin-left: auto;
- margin-right: auto;
+.leaderboard {
+ margin-top: 90px;
}
-.commits_to_be_reviewed {
- margin-top: 50px;
-}
-
-.data_item {
- text-align: center;
-}
-
-th {
- text-align: center;
+table {
+ width: 100%;
}
« no previous file with comments | « infra/tools/antibody/static/antibody_ui_all.css ('k') | infra/tools/antibody/static/leaderboard.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698