Skip to content

Commit

Permalink
Add styling of new changes to toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala committed Jul 25, 2016
1 parent e2e524e commit ca8206a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/styles/hawkular-ui-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,20 @@ img.miq-gradient-background {
.miq-data-tables-header {
text-align: left;
}

.form-group.miq-toolbar-group {
margin-right: 20px;
display: inline-block;

.miq-custom-html {
form{
display: inline-block;
}

.form-group {
margin-bottom: 0 !important;
border-right: 0;
}
}
}

0 comments on commit ca8206a

Please sign in to comment.