Merge pull request #5956 from gconsidine/uxi/portal-mode

Update layout, padding, and margins to match UX guidelines
This commit is contained in:
Greg Considine 2017-04-05 09:40:32 -04:00 committed by GitHub
commit 5a824dae48
3 changed files with 4 additions and 5 deletions

View File

@ -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 {

View File

@ -18,7 +18,8 @@
}
.PortalMode-filterHolder {
position: absolute;
right: 35px;
right: 1px;
margin-right: 25px;
display: flex;
align-items: center;
justify-content: center;

View File

@ -35,7 +35,7 @@
.SmartSearch-searchTermContainer {
flex: initial;
width: 50%;
width: 100%;
border: 1px solid @d7grey;
border-radius: 4px;
display: flex;