From e1c04f043b9e40c8edc54eab6ccc3189aa2b4a9f Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Tue, 13 Oct 2015 01:40:35 +0200 Subject: Implement new ui to dashboard --- public/less/_admin.less | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'public/less/_admin.less') diff --git a/public/less/_admin.less b/public/less/_admin.less index d0c65129ca..f1f236d93e 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -25,4 +25,25 @@ max-width: 200px; } } + + .admin-desc,.admin-table { + padding: 20px; + } + + dl.admin-dl-horizontal { + padding: 20px; + margin: 0; + dd{ + margin-left: 240px; + } + dt { + font-weight: bolder; + float: left; + width: 250px; + clear: left; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + } } \ No newline at end of file -- cgit v1.2.3