diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/default/css/screen.css | 12 | 
1 files changed, 10 insertions, 2 deletions
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 {  | 
