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

Unified Diff: infra/tools/antibody/static/antibody_ui_all.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/git_commit_parser.py ('k') | infra/tools/antibody/static/leaderboard.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/tools/antibody/static/antibody_ui_all.css
diff --git a/infra/tools/antibody/static/antibody_ui_all.css b/infra/tools/antibody/static/antibody_ui_all.css
index b1673808425fe2d69d9928e4d301eb2b8d7cbb77..2035741f4a6da4ec41c625a9d58c4d238c78f452 100644
--- a/infra/tools/antibody/static/antibody_ui_all.css
+++ b/infra/tools/antibody/static/antibody_ui_all.css
@@ -21,12 +21,29 @@ body {
text-transform: uppercase;
}
-.gen_time {
+.nav .gen_time {
color: #A3A3A3;
}
+.stats {
+ margin-top: 90px;
+ padding-top: 5px;
+ border-top: 1px solid #ccc;
+ border-bottom: 1px solid #ccc;
+ color: #A3A3A3;
+}
+
+.stats .numbers {
+ text-align: center;
+ color: #000;
+}
+
+.stats h3 {
+ font-weight: bold;
+}
+
.data_table {
- margin-top: 30px;
+ margin-top: 40px;
}
.data_item {
@@ -53,11 +70,3 @@ tbody {
.request_timestamp {
width: 20%;
}
-.stats {
- text-align: center;
- margin-top: 70px;
-}
-
-.stats h3 {
- font-weight: bold;
-}
« no previous file with comments | « infra/tools/antibody/git_commit_parser.py ('k') | infra/tools/antibody/static/leaderboard.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698