From 415669f8b609c7d90510a7adfb38681855da7e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Sat, 31 May 2014 15:24:56 +0200 Subject: [PATCH] Less padding between panels. --- templates/bootstrap/file.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/bootstrap/file.html b/templates/bootstrap/file.html index ed2d2c7..984ce30 100644 --- a/templates/bootstrap/file.html +++ b/templates/bootstrap/file.html @@ -46,7 +46,7 @@ .panel-body { padding: 5px; } - .bottomright {position:absolute; bottom:0; margin-bottom:25px; right: 20px;} + .bottomright {position:absolute; bottom:0; margin-bottom:30px; right: 10px;} .panel-title a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; @@ -55,6 +55,10 @@ .panel-heading { padding: 10px 7px; } + div[class^="col-"] { + padding: 7px 7px; + } + .tt-dropdown-menu { width: 322px; text-align: left;