Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Apr 13, 2018
1 parent 48a31ae commit 9f5085a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
34 changes: 17 additions & 17 deletions packages/online/dist/hawtio-online.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,23 +56,6 @@ div.title {
padding-right: 20px;
}

div[pf-list-view] > .list-group {
border-top: 0;
}
div.list-group-item-text labels {
line-height: 1.5;
}
.list-view-pf-additional-info-item {
flex-grow: 1;
flex-basis: 0;
}
.list-view-pf-actions > div {
display: inline-block;
}
.card-pf .card-pf-icon-circle {
padding: 10px;
}

@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
Expand Down Expand Up @@ -163,3 +146,20 @@ div.list-group-item-text labels {
width: 100%;
}
}

div[pf-list-view] > .list-group {
border-top: 0;
}
div.list-group-item-text labels {
line-height: 1.5;
}
.list-view-pf-additional-info-item {
flex-grow: 1;
flex-basis: 0;
}
.list-view-pf-actions > div {
display: inline-block;
}
.card-pf .card-pf-icon-circle {
padding: 10px;
}
Loading

0 comments on commit 9f5085a

Please sign in to comment.