Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request #635 from metasfresh/dev-631
Browse files Browse the repository at this point in the history
Minor grid view layout tweaks #631
  • Loading branch information
damianprzygodzki committed Apr 12, 2017
2 parents 056ba6f + 0bae0f9 commit efdba69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/assets/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,12 @@

.header-item.icon-sm {
font-size: .875rem;
vertical-align: middle;
}

.header-item.icon-sm i {
vertical-align: middle;
line-height: 56px;
}

.header-item-container {
Expand Down
1 change: 1 addition & 0 deletions src/assets/css/inputs.css
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ input[type=checkbox]:disabled, input[type=radio]:disabled {

.btn i {
padding-right: 4px;
vertical-align: middle;
}


Expand Down
1 change: 1 addition & 0 deletions src/assets/css/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
vertical-align: middle;
}

.table .col-xs-12,
Expand Down

0 comments on commit efdba69

Please sign in to comment.