mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #5686 from benthomasson/search-key-padding-audit
Fixes #5675. Search key padding audit.
This commit is contained in:
commit
2caa7c1c90
@ -160,7 +160,7 @@
|
||||
}
|
||||
.SmartSearch-keyToggle {
|
||||
margin-right: auto;
|
||||
margin-left: 12px;
|
||||
margin-left: 20px;
|
||||
text-transform: uppercase;
|
||||
background-color: @default-bg;
|
||||
border-radius: 5px;
|
||||
@ -192,7 +192,7 @@
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 20px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid @login-notice-border;
|
||||
background-color: @login-notice-bg;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user