From 126c07d6330add47015d8ba24e67d0bff4366823 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 12 Jan 2017 10:11:36 +0100 Subject: [PATCH] more place for the title in data layers --- Yavsc/wwwroot/css/bootstrap.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Yavsc/wwwroot/css/bootstrap.css b/Yavsc/wwwroot/css/bootstrap.css index 9cfda2eb..9b52dc05 100644 --- a/Yavsc/wwwroot/css/bootstrap.css +++ b/Yavsc/wwwroot/css/bootstrap.css @@ -1456,18 +1456,21 @@ dd { margin-left: 0; } @media (min-width: 768px) { + .dl-horizontal dt { float: left; - width: 160px; + width: 45%; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; + margin-right: 2em; } .dl-horizontal dd { - margin-left: 180px; + margin-left: 10%; } + } abbr[title], abbr[data-original-title] {