From b264b411a25b1884e963793e0949d9fd234e4d4e Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 5 Nov 2007 21:51:17 +0000 Subject: [PATCH] Ticket #1498 - clean up, added coloured link for links, ensure bottom footer doesn't receive this git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44284 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- css/layout.css | 4 ++++ css/typography.css | 7 ++++--- templates/LeftAndMain.ss | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/css/layout.css b/css/layout.css index d3387d0e..f276a857 100644 --- a/css/layout.css +++ b/css/layout.css @@ -199,6 +199,7 @@ body.stillLoading select { #bottom #logInStatus a, #bottom #logInStatus a:hover { color: #fff; + background: none; } #bottom #logInStatus a { text-decoration: underline; @@ -213,6 +214,9 @@ body.stillLoading select { #bottom #switchView { float: left; } + #bottom #switchView a { + background: none; + } #bottom .bottomTabs a { color: #fff; diff --git a/css/typography.css b/css/typography.css index 4f4da34e..14a30972 100644 --- a/css/typography.css +++ b/css/typography.css @@ -18,13 +18,14 @@ h2 { } a { - color: #162F42; + font-size: inherit; + color: #0074C6; text-decoration: underline; } a:hover { - color: #0074C6; - text-decoration: underline; + text-decoration: none; + background: #ccc; } a img { diff --git a/templates/LeftAndMain.ss b/templates/LeftAndMain.ss index 8760e8a8..8b31a880 100644 --- a/templates/LeftAndMain.ss +++ b/templates/LeftAndMain.ss @@ -52,7 +52,7 @@ <% _t('EDIT','Edit') %> | <% _t('DRAFTS','Draft Site') %> | <% _t('PUBLIS','Published Site') %> - + <% _t('ARCHS','Archived Site') %>