From 6aa0f69ce050ecd468d2edd08b717469ffffeb80 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Fri, 21 Jun 2013 12:12:34 +0200 Subject: [PATCH] Fix for input focus indication being cut off. --- templates/2k11/admin/config_template.tpl | 4 ++-- templates/2k11/admin/groups.inc.tpl | 8 ++++---- templates/2k11/admin/style.css | 8 +------- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/templates/2k11/admin/config_template.tpl b/templates/2k11/admin/config_template.tpl index d563dc2f..ec3b9f7a 100644 --- a/templates/2k11/admin/config_template.tpl +++ b/templates/2k11/admin/config_template.tpl @@ -18,14 +18,14 @@ {foreach $category.items as $item} {if $item.guessedInput} {if $item.type == 'bool'} -
+
{$item.title} {$item.description}
{$item.guessedInput}
{else} -
+
{$item.guessedInput}
diff --git a/templates/2k11/admin/groups.inc.tpl b/templates/2k11/admin/groups.inc.tpl index 7cd6f45e..73e61b2a 100644 --- a/templates/2k11/admin/groups.inc.tpl +++ b/templates/2k11/admin/groups.inc.tpl @@ -41,13 +41,13 @@ {else}

{$CONST.CREATE}

{/if} -
+
{* BUG: Doesn't pull the group name; this doesn't work in 1.7, either. *}
-
+
{foreach $allplugins as $plugin} @@ -104,7 +104,7 @@
-
+