From 97d8522e0458c10d3f57d5d30d6ffae864b14a21 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 11 Feb 2009 21:57:18 +0000 Subject: [PATCH] MINOR ModelAdmin left hand panel styling tweaks git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@71715 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/ModelAdmin.css | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/css/ModelAdmin.css b/css/ModelAdmin.css index 00eb5ebe..0c1b690d 100644 --- a/css/ModelAdmin.css +++ b/css/ModelAdmin.css @@ -116,6 +116,20 @@ body.ModelAdmin #statusMessage { } /* Form */ + +#LeftPane form { + border-bottom: 2px solid #ddd; + padding-bottom: 10px; +} + +#LeftPane #Form_ImportForm { + border-bottom: none; +} + +#LeftPane form .Actions { + margin: 5px 0; +} + body.ModelAdmin #right .ajaxActions { position: fixed !important; position: absolute; @@ -123,13 +137,17 @@ body.ModelAdmin #right .ajaxActions { bottom: 35px !important; } +#LeftPane .tab { + padding: 7px; +} + .tab h3 { - margin-top: 10px; - font-size: 1.2em; + margin: 10px 0 5px 0; + font-size: 12px; } form .message { - font-size: 1em; + font-size: 10px; margin: .3em 0; padding: 0.3em; }