2013-04-04 15:11:51 -04:00
|
|
|
.update-notifications {
|
|
|
|
margin-bottom: 0;
|
|
|
|
label {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2013-10-10 03:30:07 -04:00
|
|
|
|
|
|
|
.account-page {
|
|
|
|
fieldset {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
border-bottom: 1px dashed #ddd;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
legend {
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.oauth_select_holder {
|
|
|
|
img {
|
|
|
|
padding: 2px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
.active {
|
|
|
|
img {
|
|
|
|
border: 1px solid #4BD;
|
|
|
|
background: $hover;
|
|
|
|
@include border-radius(5px);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-build-token {
|
|
|
|
float: left;
|
|
|
|
padding: 6px 20px;
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
2013-12-05 04:26:55 -05:00
|
|
|
.profile-avatar-form-option {
|
|
|
|
hr {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
2013-12-02 13:03:07 -05:00
|
|
|
}
|