Skip to content
This repository has been archived by the owner on Jan 23, 2020. It is now read-only.

Commit

Permalink
Merge branch 'model_refactor' of https://github.com/twitter/ambrose i…
Browse files Browse the repository at this point in the history
…nto model_refactor
  • Loading branch information
Bill Graham authored and Bill Graham committed Apr 3, 2013
2 parents d0dd184 + b5d1718 commit 99e2ee3
Show file tree
Hide file tree
Showing 15 changed files with 8,656 additions and 951 deletions.
16 changes: 10 additions & 6 deletions common/src/main/resources/web/css/ambrose.css
@@ -1,14 +1,18 @@
/* Page dimensions */
body { padding-top: 60px; padding-bottom: 40px; }
body { position: relative; padding-top: 40px; }
#diagrams > div { height: 350px; margin: 0; }
#ambrose-views-chord {}
#ambrose-views-graph {}
#ambrose-view-progress-bar {}
#ambrose-view-chord {}
#ambrose-view-graph {}

/* Progress Bar view */
.ambrose-view-progress-bar { margin: 20px 0px; }

/* Table view */
.ambrose-views-table td.job-mappers, .ambrose-views-table td.job-reducers { white-space: nowrap; }
.ambrose-view-table td.job-mappers, .ambrose-view-table td.job-reducers { white-space: nowrap; }

/* Chord view */
.ambrose-views-chord {}
.ambrose-view-chord {}

/* Graph view */
.ambrose-views-graph path.edge { fill: none; stroke: #aaa; stroke-width: 1.2px; }
.ambrose-view-graph path.edge { fill: none; stroke: #aaa; stroke-width: 1.2px; }
12 changes: 0 additions & 12 deletions common/src/main/resources/web/css/bootstrap-responsive.min.css

This file was deleted.

0 comments on commit 99e2ee3

Please sign in to comment.