mirror of
https://github.com/django/django.git
synced 2024-11-30 15:10:46 +01:00
Fixed #25365 -- Fixed visual issues in filter_vertical widget introduced by SVG icons commit.
This commit is contained in:
parent
a7901c2e09
commit
8e84d9c844
@ -159,7 +159,7 @@ a.active.selector-clearall {
|
|||||||
|
|
||||||
.stacked {
|
.stacked {
|
||||||
float: left;
|
float: left;
|
||||||
width: 500px;
|
width: 490px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stacked select {
|
.stacked select {
|
||||||
@ -176,13 +176,13 @@ a.active.selector-clearall {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stacked .selector-available input {
|
.stacked .selector-available input {
|
||||||
width: 442px;
|
width: 422px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stacked ul.selector-chooser {
|
.stacked ul.selector-chooser {
|
||||||
height: 22px;
|
height: 22px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
margin: 0 0 3px 40%;
|
margin: 0 0 10px 40%;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
@ -197,25 +197,25 @@ a.active.selector-clearall {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stacked .selector-add {
|
.stacked .selector-add {
|
||||||
background: url(../img/selector-icons.svg) 0 0 no-repeat;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stacked .active.selector-add {
|
|
||||||
background-position: 0 -16px;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.stacked .selector-remove {
|
|
||||||
background: url(../img/selector-icons.svg) 0 -32px no-repeat;
|
background: url(../img/selector-icons.svg) 0 -32px no-repeat;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stacked .active.selector-remove {
|
.stacked .active.selector-add {
|
||||||
background-position: 0 -48px;
|
background-position: 0 -48px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stacked .selector-remove {
|
||||||
|
background: url(../img/selector-icons.svg) 0 0 no-repeat;
|
||||||
|
cursor: default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stacked .active.selector-remove {
|
||||||
|
background-position: 0 -16px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.selector .help-icon {
|
.selector .help-icon {
|
||||||
background: url(../img/icon-unknown.svg) 0 0 no-repeat;
|
background: url(../img/icon-unknown.svg) 0 0 no-repeat;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
Reference in New Issue
Block a user