signup page updated for social connect
This commit is contained in:
parent
2652b07d98
commit
d7bb3523d5
4 changed files with 27 additions and 4 deletions
|
@ -47,7 +47,9 @@
|
|||
{if function_exists('show_all_btns')}
|
||||
<div class="clearfix social-links">
|
||||
<span>or login with</span>
|
||||
{ANCHOR place="show_all_btns"}
|
||||
<div id="social_buttons">
|
||||
{ANCHOR place="show_all_btns"}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
</form>
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2535,7 +2535,7 @@ textarea#comment_box{
|
|||
}
|
||||
#social_buttons{
|
||||
@include vertical-middle();
|
||||
width: 240px;
|
||||
width: 250px;
|
||||
overflow: hidden;
|
||||
a{
|
||||
width: 48px;
|
||||
|
@ -3164,6 +3164,27 @@ textarea#comment_box{
|
|||
#gallery{
|
||||
height: 300px;
|
||||
}
|
||||
.signup-block,
|
||||
.forgot-block,
|
||||
.signin-block{
|
||||
.social-links{
|
||||
span{
|
||||
display: block;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
#social_buttons{
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
width: 260px;
|
||||
a{
|
||||
float: none;
|
||||
@include vertical-top();
|
||||
margin: 0 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media only screen and (max-width: 767px) {
|
||||
#content{
|
||||
|
|
Loading…
Add table
Reference in a new issue