File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
templates/freemarker/body/menupage Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -227,6 +227,8 @@ ul#alphabetical-index-individuals li {
227
227
228
228
# individuals-in-class ul {
229
229
list-style : none;
230
+ float : left;
231
+ width : 100% ;
230
232
}
231
233
232
234
# individuals-in-class {
@@ -296,6 +298,12 @@ li.individual h1.thumb {
296
298
padding-top : 30px ;
297
299
}
298
300
299
- p .no-individuals {
300
- margin : 1em 2em ;
301
+ p .no-individuals : first-child {
302
+ margin-top : 2em ;
303
+ margin-left : 2em ;
304
+ margin-bottom : 1em ;
305
+ }
306
+
307
+ p .no-individuals : not (: first-child ) {
308
+ margin-left : 2em ;
301
309
}
Original file line number Diff line number Diff line change 113
113
<#elseif filters[indexFilterName ]?? && filters[indexFilterName].inputText?has_content>
114
114
<#assign selectedLetter = filters[indexFilterName ].inputText >
115
115
<li >
116
- <p class =" no-individuals" >${i18n().there_are_no_entries_starting_with} ${selectedLetter} </p >
116
+ <p class =" no-individuals" >${i18n().there_are_no_entries_starting_with} ${selectedLetter} . </p >
117
117
<p class =" no-individuals" >${i18n().try_another_letter} </p >
118
118
</li >
119
119
<#else >
You can’t perform that action at this time.
0 commit comments