mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-04 07:51:58 -05:00
Modify Hipchat input field to behave like a dropdown
* Fixed UX issues
This commit is contained in:
@@ -63,17 +63,16 @@
|
||||
.Form-title--is_ldap_user,
|
||||
.Form-title--is_external_account,
|
||||
.Form-title--roleType {
|
||||
height:15px;
|
||||
color: @default-interface-txt;
|
||||
background-color: @default-list-header-bg;
|
||||
border-radius: 5px;
|
||||
color: @default-interface-txt;
|
||||
font-size: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
margin-left: 10px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 100;
|
||||
height:15px;
|
||||
margin-left: 10px;
|
||||
margin-top: 2.25px;
|
||||
padding: 0 10px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.Form-exitHolder {
|
||||
@@ -523,11 +522,6 @@ input[type='radio']:checked:before {
|
||||
|
||||
.Form-mixedInputGroup {
|
||||
width: 100%;
|
||||
|
||||
.Form-lookupButton {
|
||||
border-right:1px solid @field-border;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
.FormToggle {}
|
||||
|
||||
Reference in New Issue
Block a user