Bob Mottram 2020-10-30 10:29:24 +00:00
parent 79ff9f1316
commit 64e31a9aa3
2 changed files with 4 additions and 4 deletions

View File

@ -1313,8 +1313,8 @@ div.container {
background: transparent;
border: none !important;
font-size: 0;
padding: 0 0;
margin: 0 0;
padding: 0 0;
margin: 0 0;
}
.button {
border-radius: var(--button-corner-radius);

View File

@ -3409,7 +3409,7 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool,
if not authorized:
# the links button to show left column links
loginButton = ' <div>\n'
loginButton = \
loginButton += \
' <a href="' + \
'/users/news/newswiremobile' + \
'"><button class="buttonMobile">' + \
@ -3426,7 +3426,7 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool,
'"><button class="buttonMobile">' + \
'<span>' + translate['Login'] + \
'</span></button></a>\n'
loginButton = ' </div>\n'
loginButton += ' </div>\n'
else:
editProfileStr = \
'<a class="imageAnchor" href="' + usersPath + '/editprofile">' + \