From b9e07bba5b4528ae036a0e0bc90ee320665e12e5 Mon Sep 17 00:00:00 2001 From: Will Rossiter Date: Mon, 19 Jan 2009 23:21:26 +0000 Subject: [PATCH] BUGFIX: fixed positioning on site tree actions on left tree for Security and comment tags git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70356 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/css/layout.css b/css/layout.css index afe5413a..e63f0c6b 100644 --- a/css/layout.css +++ b/css/layout.css @@ -351,7 +351,17 @@ body.stillLoading select { html>body #sitetree { width: auto; } - + #left #TreeActions, + #left #SortItems { + background: #EEE; + padding: 5px; + float: left; + width: 95%; + } + #left #SortItems { + border-bottom: 1px solid #CCC; + margin-bottom: 5px; + } #TreeTools label { display: block; padding-top: 2px;