mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
IE11 fixes for dashboard
This commit is contained in:
parent
76e4626fbe
commit
ca59314f87
@ -30,6 +30,7 @@
|
||||
margin-bottom: 15px;
|
||||
width: 33%;
|
||||
flex-basis: ~"calc(33% - 7px)";
|
||||
max-width: ~"calc(33% - 7px)";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -21,13 +21,13 @@
|
||||
}
|
||||
|
||||
.Dashboard-list {
|
||||
display: flex;
|
||||
border: 1px solid #a9a9a9;
|
||||
border-radius: 4px;
|
||||
margin-top: 15px;
|
||||
width: 50%;
|
||||
padding: 15px;
|
||||
flex-basis: ~"calc(50% - 7px)";
|
||||
max-width: ~"calc(50% - 7px)";
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 710px) {
|
||||
@ -39,5 +39,6 @@
|
||||
.Dashboard-list {
|
||||
flex: initial;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,8 +3,6 @@
|
||||
@import "shared/branding/colors.less";
|
||||
|
||||
.DashboardGraphs {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin-top: 15px;
|
||||
border: solid 1px #a9a9a9;
|
||||
border-radius: 4px;
|
||||
@ -88,8 +86,8 @@
|
||||
|
||||
.DashboardGraphs-filterDropdownItems {
|
||||
position: fixed;
|
||||
left: initial;
|
||||
top: initial;
|
||||
left: auto;
|
||||
top: auto;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
|
||||
.DashboardJobTemplates {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.DashboardJobTemplates--noJobTemplates {
|
||||
color: #8d8d8d;
|
||||
@ -17,10 +15,8 @@
|
||||
|
||||
.DashboardJobTemplates-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
padding-bottom: 15px;
|
||||
padding-bottom: 42px;
|
||||
}
|
||||
|
||||
.DashboardJobTemplates-item {
|
||||
@ -44,7 +40,7 @@
|
||||
.DashboardJobTemplates-seeMore {
|
||||
padding-top: 11px;
|
||||
padding-bottom: 11px;
|
||||
width: ~"calc(100% + 32px)";
|
||||
width: ~"calc(100% + 2px)";
|
||||
margin-left: -16px;
|
||||
margin-bottom: -16px;
|
||||
border-bottom-left-radius: 4px;
|
||||
@ -53,6 +49,10 @@
|
||||
font-size: 17px;
|
||||
text-align: center;
|
||||
background-color: #1778c3;
|
||||
display: block;
|
||||
position: absolute;
|
||||
max-width: ~"calc(100% + 2px)";
|
||||
bottom: 16px;
|
||||
}
|
||||
|
||||
.DashboardJobTemplates-seeMore:hover {
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
|
||||
.DashboardJobs {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.DashboardJobs--noJobs {
|
||||
@ -18,10 +16,8 @@
|
||||
|
||||
.DashboardJobs-container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
padding-bottom: 15px;
|
||||
padding-bottom: 42px;
|
||||
}
|
||||
|
||||
.DashboardJobs-item {
|
||||
@ -94,7 +90,7 @@
|
||||
.DashboardJobs-seeMore {
|
||||
padding-top: 11px;
|
||||
padding-bottom: 11px;
|
||||
width: ~"calc(100% + 32px)";
|
||||
width: ~"calc(100% + 2px)";
|
||||
margin-left: -16px;
|
||||
margin-bottom: -16px;
|
||||
border-bottom-left-radius: 4px;
|
||||
@ -103,6 +99,10 @@
|
||||
font-size: 17px;
|
||||
text-align: center;
|
||||
background-color: #1778c3;
|
||||
display: block;
|
||||
position: absolute;
|
||||
max-width: ~"calc(100% + 2px)";
|
||||
bottom: 16px;
|
||||
}
|
||||
|
||||
.DashboardJobs-seeMore:hover {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user