From 6a232374d661ec1b55263018458d84f947eee407 Mon Sep 17 00:00:00 2001 From: Ag3m Date: Sun, 23 Apr 2017 11:38:27 +0200 Subject: [PATCH] Upload css file - front design template --- nnmon/static/css/customfront.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 nnmon/static/css/customfront.css diff --git a/nnmon/static/css/customfront.css b/nnmon/static/css/customfront.css new file mode 100644 index 0000000..c6b947a --- /dev/null +++ b/nnmon/static/css/customfront.css @@ -0,0 +1,27 @@ + +body { + padding-top: 100px; + min-height: 2000px; /*pour débug, à retirer.*/ +} + +tbody th, tbody td { + vertical-align: middle !important; +} + +p, label, nav, .dl-horizontal, table { + font-size: 1.3em; +} + +p.lead { + font-size: 2em; +} + + + +.dl-horizontal dt { + width: 70%; +} + +.dl-horizontal dd { + margin-left: 80%; +} \ No newline at end of file -- GitLab