Increase font size of reg form title

This commit is contained in:
JC Brand 2014-11-19 10:09:27 +01:00
parent 65d4137373
commit d33f129d36
2 changed files with 5 additions and 2 deletions

View File

@ -1114,7 +1114,7 @@ dl.add-converse-contact {
font-size: 14px;
height: 289px;
height: calc(100% - 35px);
overflow-y: scroll;
overflow-y: auto;
padding: 0;
position: absolute;
width: 100%;
@ -1129,10 +1129,12 @@ dl.add-converse-contact {
}
#conversejs form#converse-register .title {
font-weight: bold;
font-size: 110%;
}
#conversejs form#converse-register .instructions {
font-style: italic;
color: gray;
font-size: 85%;
}
#conversejs form#converse-register .form-errors {
color: red;

View File

@ -1254,7 +1254,7 @@ dl.add-converse-contact {
font-size: 14px;
height: 289px;
height: ~"calc(100% - 35px)";
overflow-y: scroll;
overflow-y: auto;
padding: 0;
position: absolute;
width: 100%;
@ -1272,6 +1272,7 @@ dl.add-converse-contact {
#conversejs form#converse-register .title {
font-weight: bold;
font-size: 110%;
}
#conversejs form#converse-register .instructions {