File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,15 @@ display: block;
64
64
65
65
/* Center the 404 div */
66
66
.no-resources-found {
67
- display : flex ;
67
+ display : none ;
68
68
flex-direction : column;
69
69
align-items : center;
70
+ margin-top : 1em ;
70
71
}
71
72
72
- /* Hide the no resources h2 by default */
73
- .no-resources-found {
74
- display : none;
75
- margin-top : 1em ;
73
+ /* Make sure jQuery will use flex when setting `show()` again. */
74
+ .no-resources-found [style *= 'display: block' ] {
75
+ display : flex !important ;
76
76
}
77
77
78
78
/* Disable clicking on the checkbox itself. */
Original file line number Diff line number Diff line change 132
132
{# Message to display when there are no hits #}
133
133
< div class ="no-resources-found ">
134
134
< h2 class ="title is-3 has-text-centered pt-0 pb-6 "> No matching resources found!</ h2 >
135
- < img src ="{% static "images /resources/duck_pond_404.png " %}" width=" 650px ">
135
+ < img src ="{% static "images /resources/duck_pond_404.jpg " %}">
136
136
</ div >
137
137
138
138
You can’t perform that action at this time.
0 commit comments