diff options
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%;  | 
