NIHVIVO-1298: Updated CSS
This commit is contained in:
parent
bc3af80d28
commit
5ea9c6a7c8
1 changed files with 13 additions and 7 deletions
|
@ -640,14 +640,12 @@ a.powered-by-vivo:hover {
|
||||||
color: #4e5051;
|
color: #4e5051;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
/* MISCELLANEOUS------> */
|
|
||||||
.displace {
|
/* GENERAL STYLE------> */
|
||||||
position: absolute;
|
p{
|
||||||
left: -9999px;
|
margin-bottom:1.3em;
|
||||||
}
|
|
||||||
a {
|
|
||||||
text-decoration: underline
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* STYLED BUTTONS ------> */
|
/* STYLED BUTTONS ------> */
|
||||||
.button,
|
.button,
|
||||||
.button:visited {
|
.button:visited {
|
||||||
|
@ -699,3 +697,11 @@ a {
|
||||||
background-color: #58a2c1
|
background-color: #58a2c1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* MISCELLANEOUS------> */
|
||||||
|
.displace {
|
||||||
|
position: absolute;
|
||||||
|
left: -9999px;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
text-decoration: underline
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue