From 551e767b5ec2329eb8b01168c0f4608559568cc9 Mon Sep 17 00:00:00 2001 From: bsag Date: Sat, 15 Oct 2005 10:47:04 +0000 Subject: [PATCH] Sorted out the styling of the 'Fresh actions' box, so that the refresh link is more visible. Fixes #111. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@155 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/public/stylesheets/standard.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/tracks/public/stylesheets/standard.css b/tracks/public/stylesheets/standard.css index 9519a5fc..a7b87478 100644 --- a/tracks/public/stylesheets/standard.css +++ b/tracks/public/stylesheets/standard.css @@ -126,7 +126,8 @@ a.show_notes:hover {background-image: url(../images/notes_on.png); background-re text-shadow: rgba(0,0,0,.4) 0px 2px 5px; } -.new_actions { +/* Styling the 'Fresh Actions' box on the home page */ +#new_actions { padding: 0px 5px 2px 5px; background: #E7FDDE; border: 1px solid #57A620; @@ -134,10 +135,13 @@ a.show_notes:hover {background-image: url(../images/notes_on.png); background-re margin-bottom: 15px; } -.new_actions h2 { - padding: 0 px 5px 0px 5px; +#new_actions h2 { + /* padding: 0 px 5px 0px 5px; */ color: #57A620; - } + text-align: center; + } + +#new_actions a {color: #cc3334; text-decoration: underline;} h2 a, h2 a:link, h2 a:active, h2 a:visited { color: #fff; @@ -150,8 +154,6 @@ h2 a:hover { text-decoration: none; } -a.refresh, a.refresh:link, a.refresh:active {color: #57A620;} - #input_box { margin-left: 490px; margin-top: 20px;