diff --git a/nnmon/static/css/customfront.css b/nnmon/static/css/customfront.css new file mode 100644 index 0000000000000000000000000000000000000000..c6b947a92e65f3af5c3575d3db737b55d8336962 --- /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