mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
20px padding for dashboard list widgets
This commit is contained in:
parent
ab2da5058e
commit
36df115774
@ -20,6 +20,10 @@ body {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
#main-menu-container {
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
|
||||
@ -23,10 +23,10 @@
|
||||
.Dashboard-list {
|
||||
border: 1px solid #e1e1e1;
|
||||
border-radius: 5px;
|
||||
margin-top: 15px;
|
||||
margin-top: 20px;
|
||||
width: 50%;
|
||||
background-color: #ffffff;
|
||||
max-width: ~"calc(50% - 7px)";
|
||||
max-width: ~"calc(50% - 10px)";
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
@ -43,14 +43,14 @@
|
||||
|
||||
<main-menu></main-menu>
|
||||
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="container-fluid" id="#content-container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div ng-view id="main-view"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user