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

add padding to label list tag.

This commit is contained in:
Alex Corey 2019-02-28 11:28:47 -05:00
parent cebd918e49
commit 1df5e55a4e
3 changed files with 8 additions and 11 deletions

View File

@ -161,10 +161,6 @@ label {
font-weight: 400;
}
.form-control {
height: 30px;
}
.btn-success{
background: @default-succ;
border-color: transparent;

View File

@ -542,6 +542,7 @@ input[type='radio']:checked:before {
width: 100%;
.form-control {
flex-flow: row wrap;
padding: 0 12px !important;
}

View File

@ -16,14 +16,14 @@
}
.LabelList-tag, .JobSubmission-previewTag {
border-radius: 5px;
padding: 2px 10px;
font-size: 12px;
color: @default-interface-txt;
background-color: @default-list-header-bg;
border-radius: 5px;
color: @default-interface-txt;
display: inline-block;
font-size: 12px;
margin-right: 5px;
max-width: 100%;
display: inline-block;
padding: 2px 10px;
}
.LabelList-seeMoreLess {
@ -71,7 +71,6 @@
.LabelList-name {
flex: initial;
max-width: 100%;
word-break: break-word;
}
.LabelList-tag--deletable > .LabelList-name {
@ -96,8 +95,9 @@
cursor: not-allowed;
background-color: @default-list-header-bg;
.LabelList-tag {
color: @default-bg;
background-color: @default-icon;
color: @default-bg;
margin: 4px 5px 5px 5px;
}
}