aboutsummaryrefslogtreecommitdiff
path: root/asset-sources
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-04-17 21:36:18 +0200
committerDaniel Schadt <kingdread@gmx.de>2024-04-17 21:36:18 +0200
commit8c9a4066472d56e2adf1708e46c8668bc38ec1dd (patch)
tree1380bad225db6de2e93341f5ce8edc01bafd7182 /asset-sources
parent75ea1e5240a6ea190f1dfc56c656a389f33ec6aa (diff)
downloadfietsboek-8c9a4066472d56e2adf1708e46c8668bc38ec1dd.tar.gz
fietsboek-8c9a4066472d56e2adf1708e46c8668bc38ec1dd.tar.bz2
fietsboek-8c9a4066472d56e2adf1708e46c8668bc38ec1dd.zip
add number of images and comments to home page
Diffstat (limited to 'asset-sources')
-rw-r--r--asset-sources/theme.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss
index 20708f3..1fe0deb 100644
--- a/asset-sources/theme.scss
+++ b/asset-sources/theme.scss
@@ -151,6 +151,12 @@ strong {
cursor: pointer;
}
+.count-field {
+ width: 50px;
+ display: inline-block;
+ text-align: right;
+}
+
/* Ensure a consistent width of the cells in the browse view. */
.browse-summary th, .browse-summary td {
width: 25%;