mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Merge pull request #5652 from jaredevantabor/ctit-ux-improvements
CTiT UX Improvements
This commit is contained in:
commit
7ec31bc198
@ -98,8 +98,8 @@
|
||||
|
||||
.Form-tabHolder{
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
min-height: 30px;
|
||||
flex-wrap:wrap;
|
||||
}
|
||||
|
||||
.Form-tabs {
|
||||
@ -115,6 +115,7 @@
|
||||
height: 30px;
|
||||
border-radius: 5px;
|
||||
margin-right: 20px;
|
||||
margin-bottom: 20px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
padding-bottom: 5px;
|
||||
@ -560,6 +561,8 @@ input[type='radio']:checked:before {
|
||||
padding-left:15px;
|
||||
padding-right: 15px;
|
||||
margin-right: 20px;
|
||||
min-height: 30px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.Form-primaryButton:hover {
|
||||
|
||||
@ -36,19 +36,11 @@
|
||||
|
||||
.Form-nav--dropdownContainer {
|
||||
width: 285px;
|
||||
margin-top: -52px;
|
||||
margin-bottom: 22px;
|
||||
margin-left: auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.Form-nav--dropdownContainer {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.Form-nav--dropdown {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user