From 5abe9154e99a230e1b88bb15b85b87d58de4d38b Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 1 Aug 2016 00:32:57 +0200 Subject: [PATCH] display fileds and labels --- Yavsc/wwwroot/css/site.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Yavsc/wwwroot/css/site.css b/Yavsc/wwwroot/css/site.css index 31770497..47d30910 100755 --- a/Yavsc/wwwroot/css/site.css +++ b/Yavsc/wwwroot/css/site.css @@ -49,4 +49,17 @@ input, select, textarea { footer { vertical-align: bottom; padding: 1.5em; +} +.display-field { + font-kerning: 2em; + display: inline-flex; +} + +.display-label { + font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; + font-stretch: condensed; + display: inline-flex; + color: rgb(127,127,127); + background-color: rgba(200,256,200,.4); + } \ No newline at end of file