1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Merge pull request #419 from mabashian/7647-i18n-search-key

Fixed search key styling with wider text
This commit is contained in:
Michael Abashian 2017-09-15 15:03:44 -04:00 committed by GitHub
commit ca72722b39

View File

@ -32,7 +32,7 @@
.SmartSearch-searchTermContainer {
flex: initial;
width: 100%;
flex-grow: 1;
border: 1px solid @b7grey;
border-radius: 4px;
display: flex;
@ -167,7 +167,7 @@
color: @default-interface-txt;
border: 1px solid @b7grey;
cursor: pointer;
width: 70px;
min-width: 70px;
height: 34px;
line-height: 20px;
}
@ -240,15 +240,6 @@
margin-right: 5px;
}
// Additional modal specific styles
.modal-body, #add-permissions-modal,
.JobResults {
.SmartSearch-searchTermContainer {
width: 100%;
}
}
@media (max-width: 700px) {
.SmartSearch-bar {
width: 100%;