1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

Fix layout/padding and font sizing

This commit is contained in:
gconsidine 2017-04-17 13:48:47 -04:00
parent 880f4a77a4
commit 7f84a58bd2
4 changed files with 8 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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