diff options
Diffstat (limited to 'rt/share/static/css/base/collection.css')
-rw-r--r-- | rt/share/static/css/base/collection.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/rt/share/static/css/base/collection.css b/rt/share/static/css/base/collection.css new file mode 100644 index 000000000..d690192ba --- /dev/null +++ b/rt/share/static/css/base/collection.css @@ -0,0 +1,16 @@ +table.collection td:first-child, table.collection th:first-child { + padding-left: 1em; +} + +.collection-as-table ul.cf-values { + margin-top: 0; + margin-bottom: 0; +} + +.collection-as-table .user a { + font-weight: inherit; +} + +.collection-as-table .user a:visited { + color: inherit; +} |