Fix missing style in toolbar/less2

This commit is contained in:
yflory 2017-09-25 11:59:05 +02:00
parent 4049931924
commit 92c808812a
2 changed files with 9 additions and 1 deletions

View File

@ -658,6 +658,14 @@
} }
} }
} }
p.cp-toolbar-account {
&> span {
font-weight: bold;
span {
font-weight: normal;
}
}
}
.cp-toolbar-backup { .cp-toolbar-backup {
margin: 0; margin: 0;
border-radius: 0; border-radius: 0;

View File

@ -318,7 +318,7 @@ define([
$userAdminContent.append($userName); $userAdminContent.append($userName);
options.push({ options.push({
tag: 'p', tag: 'p',
attributes: {'class': 'accountData'}, attributes: {'class': 'cp-toolbar-account'},
content: $userAdminContent.html() content: $userAdminContent.html()
}); });
} }