From 2056cd5ececa1b4b95de29176f3be8ee7c7b19ae Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 19 May 2009 10:28:37 +0000 Subject: [PATCH] MINOR Added styling for TableListField utility action links git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@77244 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/TableListField.css | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/css/TableListField.css b/css/TableListField.css index efef4f4dd..a6742eb99 100644 --- a/css/TableListField.css +++ b/css/TableListField.css @@ -159,14 +159,24 @@ table.CMSList tbody td.current td { } .TableListField div.utility { - margin-top: 0.5em; -} - -.TableListField div.utility a { - font-size: 9px; - border: 1px solid #aaa; - padding: 2px; + margin-top: 1em; } + .TableListField div.utility a { + text-decoration: none; + background-image:url(../../cms/images/textures/ToolBar.png); + border-color: #ccc #999 #999 #ccc; + border-style: double; + color: #333; + cursor: pointer; + font-size: 11px; + margin-right: 2px; + overflow: visible; + padding: 3px 2px; + width: auto; + } + .TableListField div.utility a:hover { + background: #fff; + } form .TableField .message { width: auto;