From 02207f439519e9e15db82b784286238dbf511e02 Mon Sep 17 00:00:00 2001 From: Chad Kieffer Date: Thu, 5 Feb 2009 01:10:34 +0000 Subject: Apply default link styles to links in dialogs, including the Forgot Password link. --- themes/default/css/screen.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'themes/default/css') diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css index 76ec290d..28806e10 100644 --- a/themes/default/css/screen.css +++ b/themes/default/css/screen.css @@ -65,17 +65,25 @@ h3 { /* Links ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -a { +a, +#gDialog a { color: #6b8cb7; text-decoration: none; -moz-outline-style: none; } -a:hover { +a:hover, +#gDialog a:hover { color: #f30; text-decoration: underline; } +#gForgotPasswordLink { + float: right; + font-size: .9em; +} + + /* Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ table { -- cgit v1.2.3