diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-18 21:39:43 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-18 21:39:43 -0400 |
commit | 6b4786624be70c4c024b829407a7496eec361cbb (patch) | |
tree | 51999c360f0f0c965b317ba31419118ef6ace8a3 /assets/css/src | |
parent | b04cbc419b60df02ca59a9bbf87cd840614b09a4 (diff) |
Add start and end date for projects
Diffstat (limited to 'assets/css/src')
-rw-r--r-- | assets/css/src/table.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/src/table.css b/assets/css/src/table.css index d48c4979..21b8ccc3 100644 --- a/assets/css/src/table.css +++ b/assets/css/src/table.css @@ -62,6 +62,10 @@ th a:hover { background: #fefefe; } +.column-3 { + width: 3%; +} + .column-5 { width: 5%; } @@ -74,10 +78,18 @@ th a:hover { width: 10%; } +.column-12 { + width: 12%; +} + .column-15 { width: 15%; } +.column-18 { + width: 18%; +} + .column-20 { width: 20%; } |