Skip to content

Commit

Permalink
Adjusted the spacing within the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-molak committed Jan 11, 2016
1 parent bc36050 commit 14ad61a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/less/layout/dashboard.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ body { margin: 0; }
}

&>footer {
height: 26px;
height: 24px;
flex-shrink: 0;
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/less/module/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
&.connectivity .notifier {
display: inline-block;

margin: 4px 2px 0 6px;
margin: 2px 2px 0 6px;
padding: 2px 10px;

border-radius: 10px;
Expand All @@ -23,7 +23,7 @@
}

&.version-info {
margin:4px;
margin: 2px 4px 0 0;

text-align: right;
}
Expand Down

0 comments on commit 14ad61a

Please sign in to comment.