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