diff options
| author | dequis | 2014-08-07 02:51:41 -0300 |
|---|---|---|
| committer | dequis | 2014-08-07 06:36:51 -0300 |
| commit | 0345d705714e8a545994224047510ee5e26c6543 (patch) | |
| tree | d5a71d11dde13f037c581f175886cf3a289987b8 /assets/css | |
| parent | 866eb1da29e97cdab1ec30be1222ece03ee31543 (diff) | |
| download | scripts.irssi.org-0345d705714e8a545994224047510ee5e26c6543.tar.bz2 | |
Add "modified" column, prettified with "timeago" if js is available
Also sorts correctly.
Date formatting is something this template engine definitely does right.
The timeago cutoff is set to one year, it just displays YYYY-MM-DD for
dates older than that.
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css index 05d3e91..fe72819 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -7,6 +7,15 @@ dd { word-wrap: break-word; } +.authors { + max-width: 12em; +} + +.modified { + max-width: 8em; + min-width: 8em; +} + table.sortable thead { cursor: pointer; } |
