improve cosmetics of login prompts slightly

pull/1119/head
Matthew Hodgson 2016-03-06 13:46:27 -05:00
parent 7433f50c8c
commit 622a4b0e4c
1 changed files with 7 additions and 0 deletions

View File

@ -96,6 +96,7 @@ limitations under the License.
.mx_Login_links {
display: block;
text-align: center;
margin-top: 15px;
width: 100%;
font-size: 13px;
opacity: 0.8;
@ -105,6 +106,12 @@ limitations under the License.
color: #4a4a4a;
}
.mx_Login_prompt {
padding-top: 15px;
padding-bottom: 15px;
font-size: 13px;
}
.mx_Login_forgot {
font-size: 13px;
opacity: 0.8;