From 47f2cfed3d988b3f0becb4050b42e8e93bd5aa79 Mon Sep 17 00:00:00 2001 From: manolobevia Date: Wed, 15 Jun 2011 20:25:49 +0000 Subject: [PATCH] NIHVIVO-2714: made long external auth button text looks like a button instead of a long header --- themes/wilma/css/wilma.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/themes/wilma/css/wilma.css b/themes/wilma/css/wilma.css index 4b97823e..5369cfc7 100644 --- a/themes/wilma/css/wilma.css +++ b/themes/wilma/css/wilma.css @@ -692,6 +692,21 @@ p.password-note { margin-right:-10px; height:34px; } +p.external-auth { + margin: 0 auto; +} +p.external-auth a.blue, +p.external-auth a.blue:visited { + background-color: #398AAC; + width: 180px; + margin-bottom: 17px; + line-height: 1.3em; + padding-top: 10px; +} +p.external-auth a.blue:hover { + background-color: #58A2C1; + color: #fff; +} /* HOME SEARCH ------> */ #search-home { float: left;