Skip to content

Commit

Permalink
Add the styles back to less that were removed to make the response ti…
Browse files Browse the repository at this point in the history
…me page not cut-off at 50%.
  • Loading branch information
mtho11 committed Mar 24, 2015
1 parent 619f74b commit 38a603c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
7 changes: 7 additions & 0 deletions dist/hawkular-ui-components-metrics.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ h2 {
border-right: 1px solid #d1d1d1;
display: inline-block;
padding: 0 30px;
text-align: center;
}
.summary-item:last-child {
border-right: none;
Expand Down Expand Up @@ -515,6 +516,12 @@ h2 {
.graph img {
margin-top: 10px;
}
#metric-chart-container {
width: 800px;
}
#metrics-chart {
height: 270px;
}
.form-horizontal.add-url {
margin-bottom: 40px;
}
Expand Down
3 changes: 1 addition & 2 deletions dist/hawkular-ui-components-metrics.js

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions plugins/metrics/plugins/metrics/html/home.html

This file was deleted.

12 changes: 12 additions & 0 deletions plugins/metrics/plugins/metrics/less/metrics-main.less
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,7 @@ h2 {
border-right: 1px solid @table-border-color;
display: inline-block;
padding: 0 @grid-gutter-width/4*3;
text-align: center;

&:last-child {
border-right: none;
Expand Down Expand Up @@ -671,6 +672,17 @@ h2 {
}
}

// metrics response

#metric-chart-container {
width: 800px;
}

#metrics-chart {
height: 270px;
}


// URLs list section

.form-horizontal.add-url {
Expand Down

0 comments on commit 38a603c

Please sign in to comment.