A few minor tweaks in schemas + link to login form in lostpass
This commit is contained in:
parent
b711c050db
commit
55e9bd3660
@ -87,7 +87,7 @@ function lostpass_content(&$a) {
|
|||||||
'$lbl2' => t('Your password has been reset as requested.'),
|
'$lbl2' => t('Your password has been reset as requested.'),
|
||||||
'$lbl3' => t('Your new password is'),
|
'$lbl3' => t('Your new password is'),
|
||||||
'$lbl4' => t('Save or copy your new password - and then'),
|
'$lbl4' => t('Save or copy your new password - and then'),
|
||||||
'$lbl5' => '<a href="' . $a->get_baseurl() . '">' . t('click here to login') . '</a>.',
|
'$lbl5' => '<a href="' . $a->get_baseurl() . '/login">' . t('click here to login') . '</a>.',
|
||||||
'$lbl6' => t('Your password may be changed from the <em>Settings</em> page after successful login.'),
|
'$lbl6' => t('Your password may be changed from the <em>Settings</em> page after successful login.'),
|
||||||
'$newpass' => $new_password,
|
'$newpass' => $new_password,
|
||||||
'$baseurl' => $a->get_baseurl()
|
'$baseurl' => $a->get_baseurl()
|
||||||
|
@ -160,6 +160,14 @@ nav .badge:hover, nav .badge:focus {
|
|||||||
color: rgba(255,255,255,.8);
|
color: rgba(255,255,255,.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.widget .conv-participants {
|
||||||
|
color: #BBB;
|
||||||
|
}
|
||||||
|
|
||||||
|
.widget .active:hover .conv-participants, .widget .active:focus .conv-participants {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.help-block, .comment-icon, .jot-icons, .admin-icons {
|
.help-block, .comment-icon, .jot-icons, .admin-icons {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
@ -88,7 +88,7 @@
|
|||||||
background-color: #111;
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jotnets-wrapper > a.btn {
|
a.btn, aside a {
|
||||||
font-weight: 400 !important;
|
font-weight: 400 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -75,6 +75,10 @@
|
|||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.btn, aside a {
|
||||||
|
font-weight: 400 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-default {
|
.btn-default {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #000;
|
border-color: #000;
|
||||||
|
@ -75,6 +75,10 @@
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.btn, aside a {
|
||||||
|
font-weight: 400 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-default {
|
.btn-default {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
border-color: #143D12;
|
border-color: #143D12;
|
||||||
|
@ -71,6 +71,10 @@
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.btn, aside a {
|
||||||
|
font-weight: 400 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.btn-default {
|
.btn-default {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
border-color: #fff;
|
border-color: #fff;
|
||||||
|
Reference in New Issue
Block a user