From e903534862c2646b57661923193f00727cdeb5f3 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 10 Mar 2014 12:09:20 +0100 Subject: [PATCH] Layout styles for the update plugins buttons References #87 --- templates/2k11/admin/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 2076a3d3..44e91b5b 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -500,7 +500,8 @@ details, #maintenance > section > .button_link, form > a, form > button, -#content .upgrade_done { +#content .upgrade_done, +#upgrade_notice { margin-top: 1.5em; margin-bottom: 1.5em; } @@ -872,7 +873,8 @@ input[type=checkbox], #toggle_extended, #toggle_metadata, #toggle_advanced, -#category_icon { +#category_icon, +#upgrade_notice a { margin-right: .4em; }