Fixed searchbar style.
parent
962267de1d
commit
61c1720fd7
|
|
@ -485,19 +485,29 @@ body.admin-interface .paginator a.showall:visited {
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (min-width: 1024px) {
|
||||||
|
.admin-interface #changelist-search #searchbar {
|
||||||
|
padding: 2px 5px 3px 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.admin-interface #changelist #toolbar {
|
||||||
|
border-top: 1px solid #eee;
|
||||||
|
border-bottom: 1px solid #eee;
|
||||||
|
}
|
||||||
/* fixed changelist search size when there are search results and .quiet is visible */
|
/* fixed changelist search size when there are search results and .quiet is visible */
|
||||||
.admin-interface #changelist-search label img {
|
.admin-interface #changelist-search label img {
|
||||||
margin-top: 7px;
|
margin-top: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-interface #changelist-search .quiet {
|
.admin-interface #changelist-search .quiet {
|
||||||
margin: 0 0 0 10px;
|
margin: 0 0 0 10px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
flex-basis: content;
|
flex-basis: content;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 767px) {
|
||||||
/* fixed responsive widgets */
|
/* fixed responsive widgets */
|
||||||
.admin-interface .aligned.collapsed .form-row {
|
.admin-interface .aligned.collapsed .form-row {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
|
||||||
|
|
@ -282,12 +282,6 @@
|
||||||
color:{{ theme.css_generic_link_hover_color }};
|
color:{{ theme.css_generic_link_hover_color }};
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-interface .module.filtered #toolbar {
|
|
||||||
{% if theme.css_module_rounded_corners %}
|
|
||||||
border-radius: 4px;
|
|
||||||
{% endif %}
|
|
||||||
}
|
|
||||||
|
|
||||||
.admin-interface .module.filtered #changelist-filter {
|
.admin-interface .module.filtered #changelist-filter {
|
||||||
{% if theme.css_module_rounded_corners %}
|
{% if theme.css_module_rounded_corners %}
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue