mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Merge pull request #5956 from gconsidine/uxi/portal-mode
Update layout, padding, and margins to match UX guidelines
This commit is contained in:
@@ -15,7 +15,7 @@ table, tbody {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.List-well {
|
.List-well {
|
||||||
margin-top: 25px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.List-table{
|
.List-table{
|
||||||
@@ -118,14 +118,12 @@ table, tbody {
|
|||||||
|
|
||||||
.List-header {
|
.List-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-height: 34px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.List-title {
|
.List-title {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 34px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.List-titleBadge {
|
.List-titleBadge {
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
}
|
}
|
||||||
.PortalMode-filterHolder {
|
.PortalMode-filterHolder {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 35px;
|
right: 1px;
|
||||||
|
margin-right: 25px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
.SmartSearch-searchTermContainer {
|
.SmartSearch-searchTermContainer {
|
||||||
flex: initial;
|
flex: initial;
|
||||||
width: 50%;
|
width: 100%;
|
||||||
border: 1px solid @d7grey;
|
border: 1px solid @d7grey;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user