From d213d65a24e9a92016882baf016245186c5d2fe7 Mon Sep 17 00:00:00 2001 From: "Roman Schmerold (BNoiZe)" Date: Sun, 8 Feb 2015 12:01:05 +0100 Subject: [PATCH] Fixed buttons on top of each other, fixes #1488 Signed-off-by: Roman Schmerold (BNoiZe) --- templates/Sparkle/assets/css/main.css | 4 ++++ templates/Sparkle/misc/form/table_section.tpl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/Sparkle/assets/css/main.css b/templates/Sparkle/assets/css/main.css index 7da41f6c..7796a54c 100644 --- a/templates/Sparkle/assets/css/main.css +++ b/templates/Sparkle/assets/css/main.css @@ -1449,3 +1449,7 @@ table thead th.tablesorter-headerDesc { .notes_block { display: none; } + +.nolbr { + white-space: nowrap; +} diff --git a/templates/Sparkle/misc/form/table_section.tpl b/templates/Sparkle/misc/form/table_section.tpl index 37547a79..ef10f524 100644 --- a/templates/Sparkle/misc/form/table_section.tpl +++ b/templates/Sparkle/misc/form/table_section.tpl @@ -2,7 +2,7 @@ {$title} - +