NIHVIVO-2714: made long external auth button text looks like a button instead of a long header
This commit is contained in:
parent
0abc2a4e1d
commit
47f2cfed3d
1 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue