diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-20 09:09:18 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-20 09:09:18 +0200 |
commit | ee73b4cb4a3250a10f3efb2bf562f04c13f34a4f (patch) | |
tree | a93afe1a608e2ba6e8889c2180949184d159f742 /fai_gestion/webroot/css | |
parent | 5cb131935f0e4a8fb4082ed989a17c214d1e4beb (diff) | |
download | chd_gestion-ee73b4cb4a3250a10f3efb2bf562f04c13f34a4f.zip chd_gestion-ee73b4cb4a3250a10f3efb2bf562f04c13f34a4f.tar.gz chd_gestion-ee73b4cb4a3250a10f3efb2bf562f04c13f34a4f.tar.bz2 |
configure all filters, no align-right on 'view'
Diffstat (limited to 'fai_gestion/webroot/css')
-rw-r--r-- | fai_gestion/webroot/css/local.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fai_gestion/webroot/css/local.css b/fai_gestion/webroot/css/local.css index b55ce54..d8a99fa 100644 --- a/fai_gestion/webroot/css/local.css +++ b/fai_gestion/webroot/css/local.css @@ -26,3 +26,13 @@ .filter input,button { padding: 0.5rem; } + +/* view Template : use left-align for data colomn, tidy things a bit */ +.vertical-table th { + width: 10rem; +} + +.vertical-table td { + text-align: left; +} + |