mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Fix Lookup Button styles in Firefox and Safari
This commit is contained in:
parent
f56fe13f54
commit
fc02c039a4
@ -2156,7 +2156,7 @@ tr td button i {
|
|||||||
border: 1px solid @d7grey;
|
border: 1px solid @d7grey;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
max-height: 135px;
|
max-height: 135px;
|
||||||
overflow: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.is-modalOpen {
|
body.is-modalOpen {
|
||||||
@ -2216,6 +2216,10 @@ a:hover {
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
line-height: 21px;
|
line-height: 21px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-wrap: break-word;
|
||||||
|
word-break: break-all;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
|
||||||
|
@ -201,7 +201,8 @@
|
|||||||
background-color: @f2grey;
|
background-color: @f2grey;
|
||||||
border-color: @b7grey;
|
border-color: @b7grey;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
height: 30px;
|
height: auto;
|
||||||
|
min-height: 30px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -443,7 +444,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Form-lookupButton {
|
.Form-lookupButton {
|
||||||
height: 30px;
|
height: auto;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
color: @field-lookup-btn-icon!important;
|
color: @field-lookup-btn-icon!important;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -521,7 +522,17 @@ input[type='radio']:checked:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Form-mixedInputGroup {
|
.Form-mixedInputGroup {
|
||||||
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
.form-control {
|
||||||
|
padding: 0 12px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-group-btn {
|
||||||
|
display: flex;
|
||||||
|
width: 30px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.FormToggle {}
|
.FormToggle {}
|
||||||
@ -679,11 +690,9 @@ input[type='radio']:checked:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Form-variableHeightButtonGroup {
|
.Form-variableHeightButtonGroup {
|
||||||
height: 100%;
|
display: flex;
|
||||||
}
|
height: auto;
|
||||||
|
width: 30px;
|
||||||
.Form-lookupButton--variableHeight {
|
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 650px) {
|
@media only screen and (max-width: 650px) {
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
.MultiCredential-tag {
|
.MultiCredential-tag {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 2px 10px;
|
padding: 2px 10px;
|
||||||
margin: 4px 0px;
|
margin: 3px 0px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -68,7 +68,7 @@
|
|||||||
border-top-left-radius: 5px;
|
border-top-left-radius: 5px;
|
||||||
border-bottom-left-radius: 5px;
|
border-bottom-left-radius: 5px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
margin: 4px 0px;
|
margin: 3px 0px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user