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

Side by Side Diff: infra/tools/antibody/static/stats.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 .gen_time {
25 color: #A3A3A3; 25 color: #A3A3A3;
26 } 26 }
27 27
28 .input-group { 28 .stats_by_time {
29 margin-top: 70px; 29 margin-top: 70px;
30 width: 70%; 30 }
31
32 .data_name {
33 width: 97%;
34 }
35
36 .col-md-4{
37 padding:5px;
38 }
39
40 .stats_7_day {
41 border: 1px solid #ccc;
42 padding: 0px 10px 10px 10px;
43 }
44
45 .stats_30_day {
46 border: 1px solid #ccc;
47 padding: 0px 10px 10px 10px;
48 }
49
50 .stats_all_time {
51 border: 1px solid #ccc;
52 padding: 0px 10px 10px 10px;
53 }
54
55 .charts {
56 margin-top: 30px;
31 margin-left: auto; 57 margin-left: auto;
32 margin-right: auto; 58 margin-right: auto;
33 } 59 }
34 60
35 .commits_to_be_reviewed { 61 #commits_chart {
36 margin-top: 50px; 62 height: 400px;
37 } 63 }
38 64
39 .data_item { 65 #ratio_chart {
40 text-align: center; 66 height: 400px;
41 }
42
43 th {
44 text-align: center;
45 } 67 }
OLDNEW
« no previous file with comments | « infra/tools/antibody/static/leaderboard_arcade.css ('k') | infra/tools/antibody/static/stats.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698