From d9d512b47c68128187bef2bb97943daa14e3de06 Mon Sep 17 00:00:00 2001 From: James Kirkus-Lamont Date: Tue, 20 Jan 2009 01:19:10 +0000 Subject: [PATCH] fixed ajax button alignment git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70372 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index e63f0c6b..14a0a042 100644 --- a/css/layout.css +++ b/css/layout.css @@ -20,7 +20,7 @@ body { .ajaxActions { position: absolute; bottom: 5px; - right: 15px; + right: 8px; text-align: right; }