Merge pull request #6038 from gconsidine/uxi/improvements

Fix layout/padding and font sizing
This commit is contained in:
Greg Considine
2017-04-17 16:40:14 -04:00
committed by GitHub
4 changed files with 8 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
.Form-resetValue { .Form-resetValue {
float: right; float: right;
font-size: 10px; font-size: 14px;
} }
.Form-resetAll { .Form-resetAll {

View File

@@ -178,7 +178,7 @@
.JobSubmission-revertLink { .JobSubmission-revertLink {
padding-left:10px; padding-left:10px;
font-size: 11px; font-size: 14px;
} }
.JobSubmission-selectedItem { .JobSubmission-selectedItem {

View File

@@ -13,7 +13,7 @@
.Modal-header { .Modal-header {
display: flex; display: flex;
width: 100%; width: 100%;
margin-bottom: 25px; margin-bottom: 20px;
} }
.Modal-title { .Modal-title {

View File

@@ -186,11 +186,10 @@
.SmartSearch-keyPane { .SmartSearch-keyPane {
max-height: 215px; max-height: 215px;
overflow: auto; overflow: auto;
margin: 0px 0px 20px 0px; margin: 10px 0 0 0;
font-size: 12px; font-size: 12px;
width: 100%; width: 100%;
padding: 15px; padding: 15px;
margin-bottom: 20px;
border-radius: 4px; border-radius: 4px;
border: 1px solid @d7grey; border: 1px solid @d7grey;
background-color: @login-notice-bg; background-color: @login-notice-bg;
@@ -202,6 +201,10 @@
margin-bottom: 15px; margin-bottom: 15px;
} }
.SmartSearch-keyRow:last-child {
margin-bottom: 0;
}
.SmartSearch-keyName { .SmartSearch-keyName {
flex: 1 0 auto; flex: 1 0 auto;
text-transform: uppercase; text-transform: uppercase;