瀏覽代碼

alps theme: if there's nothing to show, say so

master
Drew DeVault 4 年之前
committed by Simon Ser
父節點
當前提交
5a73ca6ebb
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: FDE7BE0E88F5E48
共有 3 個文件被更改,包括 15 次插入0 次删除
  1. +3
    -0
      themes/alps/address-book.html
  2. +9
    -0
      themes/alps/assets/style.css
  3. +3
    -0
      themes/alps/mailbox.html

+ 3
- 0
themes/alps/address-book.html 查看文件

@@ -34,6 +34,9 @@
{{end}}
</div>
{{end}}
{{if not .AddressObjects}}
<p class="empty-list">Nothing here yet.</p>
{{end}}
</div>
</section>



+ 9
- 0
themes/alps/assets/style.css 查看文件

@@ -366,6 +366,15 @@ main table tfoot {
margin-left: 0.3rem;
}

.empty-list {
text-align: center;
grid-column-start: 1;
grid-column-end: 10;
font-size: 1.1rem;
color: #333;
margin-top: 1rem;
}

input[type="submit"],
.button,
button,


+ 3
- 0
themes/alps/mailbox.html 查看文件

@@ -55,6 +55,9 @@
{{ .Envelope.Date | formatdate }}
</div>
{{ end }}
{{if not .Messages}}
<p class="empty-list">Nothing here yet.</p>
{{end}}
</div>
</section>
<section class="actions">


Loading…
取消
儲存