1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

fixed width of dashboard and nav menu to match rest of app

This commit is contained in:
John Mitchell 2015-05-29 10:49:13 -04:00
parent 8795f06801
commit 8e59c3506a
3 changed files with 8 additions and 3 deletions

View File

@ -28,7 +28,7 @@
}
@media screen and (min-width: (@menu-breakpoint + 1px)) {
padding: 0 1rem;
padding: 0 20px;
}
&-menuContainer {

View File

@ -1,6 +1,7 @@
/** @define SetupMenu */
@import "shared/branding/colors.less";
@menu-breakpoint: 710px;
.SetupMenu {
display: flex;
@ -8,5 +9,9 @@
flex-direction: row;
justify-content: flex-start;
flex-wrap: wrap;
margin-left: 0;
@media screen and (max-width: @menu-breakpoint) {
margin-left: -1rem;
}
}

View File

@ -1,6 +1,6 @@
<div class="tab-pane" id="home">
<div ng-cloak id="htmlTemplate" style="padding:10px">
<div ng-cloak id="htmlTemplate">
<div id="refresh-row" class="row">
<div class="col-lg-12">
<div id="home-list-actions" class="list-actions pull-right">