Skip to content

Commit

Permalink
New Webclient
Browse files Browse the repository at this point in the history
This closes apache#15
and FLINK-711
  • Loading branch information
MoeweX authored and rmetzger committed Jun 18, 2014
1 parent 4b9c71d commit e57b106
Show file tree
Hide file tree
Showing 20 changed files with 29,467 additions and 3,016 deletions.
5,785 changes: 5,785 additions & 0 deletions stratosphere-clients/resources/web-docs/css/bootstrap.css

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions stratosphere-clients/resources/web-docs/css/graph.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
g.type-TK > rect {
fill: #00ffd0;
}

svg {
border: 1px solid #999;
overflow: hidden;
}

text {
font-weight: 300;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serf;
font-size: 14px;
}

.node rect {
stroke: #999;
stroke-width: 1px;
fill: #fff;
}

.edgeLabel rect {
fill: #fff;
}

.edgePath path {
stroke: #333;
stroke-width: 3px;
fill: none;
}
24 changes: 0 additions & 24 deletions stratosphere-clients/resources/web-docs/css/js-graph-it.css

This file was deleted.

30 changes: 30 additions & 0 deletions stratosphere-clients/resources/web-docs/css/overlay.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
.simple_overlay {

/* must be initially hidden */
display:none;

/* place overlay on top of other elements */
z-index:10000;

/* styling */
background-color:#333;

width:700px;
min-height:100px;
border:1px solid #666;

/* CSS3 styling for latest browsers */
-moz-box-shadow:0 0 90px 5px #000;
-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
background-image:url(../img/overlay/close.png);
position:absolute;
right:-15px;
top:-15px;
cursor:pointer;
height:35px;
width:35px;
}
175 changes: 0 additions & 175 deletions stratosphere-clients/resources/web-docs/css/pactgraphs_small.css

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions stratosphere-clients/resources/web-docs/js/bootstrap.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit e57b106

Please sign in to comment.