mirror of
https://github.com/ansible/awx.git
synced 2026-09-12 23:05:00 -02:30
20px padding for dashboard list widgets
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user