diff options
author | Daniel Schadt <kingdread@gmx.de> | 2024-04-17 21:36:18 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2024-04-17 21:36:18 +0200 |
commit | 8c9a4066472d56e2adf1708e46c8668bc38ec1dd (patch) | |
tree | 1380bad225db6de2e93341f5ce8edc01bafd7182 /asset-sources | |
parent | 75ea1e5240a6ea190f1dfc56c656a389f33ec6aa (diff) | |
download | fietsboek-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.scss | 6 |
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%; |