mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add lock icon at the beginning of text
This commit is contained in:
parent
7eda1715cb
commit
e9f813b8e1
@ -218,7 +218,9 @@
|
||||
.cp-form-view-footer-text {
|
||||
text-align: center;
|
||||
svg.cp-form-footer-icon {
|
||||
margin: 0 0 0.2rem 0.2rem;
|
||||
margin: 0 0.3rem 0.1rem 0;
|
||||
width: 1em;
|
||||
vertical-align: text-bottom;
|
||||
color: @cryptpad_color_brand;
|
||||
}
|
||||
a {
|
||||
|
||||
@ -3347,7 +3347,7 @@ define([
|
||||
APP.framework._.sfCommon.gotoURL('/');
|
||||
});
|
||||
var content = UI.setHTML(h('div.cp-form-block.cp-form-view-footer-text'), Messages.form_footerInfo);
|
||||
content.appendChild(Icons.get('form', { 'class': 'cp-form-footer-icon', 'aria-hidden': true }));
|
||||
content.insertBefore(Icons.get('lock', {'class': 'cp-form-footer-icon', 'aria-hidden': true}), content.firstChild);
|
||||
var footer = h('div.cp-form-view-footer', [content, logo]);
|
||||
return footer;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user