From c870508923f62e90a81fe39d923d7776dd1e9634 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 9 Mar 2015 21:37:10 -0400 Subject: Add user timetables --- assets/css/app.css | 4 ++++ assets/css/src/table.css | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'assets') diff --git a/assets/css/app.css b/assets/css/app.css index f0446f30..5b1ab97f 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -152,6 +152,10 @@ th a:hover { text-overflow: ellipsis; } +.table-stripped tr:nth-child(odd) td { + background: #fefefe; +} + .column-5 { width: 5%; } diff --git a/assets/css/src/table.css b/assets/css/src/table.css index 9bc0c712..ea788623 100644 --- a/assets/css/src/table.css +++ b/assets/css/src/table.css @@ -58,6 +58,10 @@ th a:hover { text-overflow: ellipsis; } +.table-stripped tr:nth-child(odd) td { + background: #fefefe; +} + .column-5 { width: 5%; } -- cgit v1.2.3