Updating styles.

This commit is contained in:
David Jay
2017-02-23 16:20:20 -05:00
parent 4cc3426af4
commit c1e3aec181
3 changed files with 8 additions and 1 deletions
@@ -59,6 +59,13 @@ hr {
font-weight: bold;
}
/* Coral sign in button */
#coralSignInButton {
background-color: #2a2a2a;
color: #FFF;
}
/* Info Box Styles */
.coral-plugin-infobox-info {
top: 0;
@@ -11,5 +11,4 @@
cursor: pointer;
margin: 0px;
padding-bottom: 2px;
border-bottom: solid 1px black;
}
@@ -36,6 +36,7 @@
.signInButton {
margin-top: 10px;
background-color: #2a2a2a;
}
.close {