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

Side by Side 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 unified diff | Download patch
OLDNEW
1 @import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans); 1 @import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);
2 2
3 body { 3 body {
4 height: 100%; 4 height: 100%;
5 font-family: 'Quattrocento Sans', sans-serif; 5 font-family: 'Quattrocento Sans', sans-serif;
6 } 6 }
7 7
8 .nav { 8 .nav {
9 padding: 15px 0px 0px 0px; 9 padding: 15px 0px 0px 0px;
10 background: #333; 10 background: #333;
11 } 11 }
12 12
13 .nav li { 13 .nav li {
14 display: inline; 14 display: inline;
15 } 15 }
16 16
17 .nav a { 17 .nav a {
18 color: #A3A3A3; 18 color: #A3A3A3;
19 font-size: 18px; 19 font-size: 18px;
20 padding: 14px 10px; 20 padding: 14px 10px;
21 text-transform: uppercase; 21 text-transform: uppercase;
22 } 22 }
23 23
24 .gen_time { 24 .nav .gen_time {
25 color: #A3A3A3; 25 color: #A3A3A3;
26 } 26 }
27 27
28 .input-group { 28 .leaderboard {
29 margin-top: 70px; 29 margin-top: 90px;
30 width: 70%;
31 margin-left: auto;
32 margin-right: auto;
33 } 30 }
34 31
35 .commits_to_be_reviewed { 32 table {
36 margin-top: 50px; 33 width: 100%;
37 }
38
39 .data_item {
40 text-align: center;
41 }
42
43 th {
44 text-align: center;
45 } 34 }
OLDNEW
« 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