Skip to content

Commit

Permalink
CSS: Add padding to columns in controls
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Oct 1, 2015
1 parent 12249ca commit 980dd51
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/css/icinga/grid.less
Expand Up @@ -5,6 +5,15 @@
[class^="col-"],
[class*=" col-"] {
.pull-left();
// Fix that empty columns don't consume their width
min-height: 1px;
}

.controls {
[class^="col-"],
[class*=" col-"] {
padding: @vertical-padding / 2 0;
}
}

.col-1-2 {
Expand Down

0 comments on commit 980dd51

Please sign in to comment.