mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Merge pull request #6038 from gconsidine/uxi/improvements
Fix layout/padding and font sizing
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
.Form-resetValue {
|
.Form-resetValue {
|
||||||
float: right;
|
float: right;
|
||||||
font-size: 10px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-resetAll {
|
.Form-resetAll {
|
||||||
|
|||||||
@@ -178,7 +178,7 @@
|
|||||||
|
|
||||||
.JobSubmission-revertLink {
|
.JobSubmission-revertLink {
|
||||||
padding-left:10px;
|
padding-left:10px;
|
||||||
font-size: 11px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.JobSubmission-selectedItem {
|
.JobSubmission-selectedItem {
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user