Work for Oauth
This commit is contained in:
@@ -86,6 +86,10 @@ body{ color:#838383; /*font: 13px/1.7em 'Open Sans';*/}
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
.login-social p {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
span.login-checkbox {
|
||||
float: left;
|
||||
margin-top: 31px;
|
||||
@@ -137,52 +141,23 @@ span.login-checkbox > input[type='checkbox']:checked + label {
|
||||
}
|
||||
|
||||
/** Buttons **/
|
||||
.twitter, .fb {
|
||||
.social-btn {
|
||||
position: relative;
|
||||
|
||||
height: 32px;
|
||||
width: 157px;
|
||||
width: 155px;
|
||||
display: block;
|
||||
|
||||
background: url(../../img/login/twitter_btn.png) no-repeat;
|
||||
padding-right: 5px;
|
||||
float: left;
|
||||
|
||||
}
|
||||
|
||||
.fb {
|
||||
width: 162px;
|
||||
|
||||
background: url(../../img/login/fb_btn.png) no-repeat;
|
||||
}
|
||||
|
||||
.twitter:active, .fb:active {
|
||||
top: 1px;
|
||||
}
|
||||
|
||||
.twitter:hover, .fb:hover {
|
||||
background-position: 0 -32px;
|
||||
}
|
||||
|
||||
.twitter a, .fb a {
|
||||
padding: 5px 0 0 35px;
|
||||
text-shadow: -1px -1px 0px rgba(0,0,0,.3);
|
||||
color:#fff;
|
||||
font-weight: bold;
|
||||
.social-btn a {
|
||||
font-size: 11px;
|
||||
height: 32px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.fb a {
|
||||
padding: 5px 0 0 31px;
|
||||
|
||||
}
|
||||
|
||||
.twitter, .fb {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.twitter a:hover, .fb a:hover {
|
||||
color: #FFF;
|
||||
.social-btn a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -241,11 +216,6 @@ span.login-checkbox > input[type='checkbox']:checked + label {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.twitter {
|
||||
display: block;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.register .login-fields input {
|
||||
width: 204px;
|
||||
padding-left: 6px;
|
||||
@@ -253,11 +223,13 @@ span.login-checkbox > input[type='checkbox']:checked + label {
|
||||
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
.modal-body .account-container {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.modal-body .account-container h1 {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 4.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.5 KiB |
Reference in New Issue
Block a user