mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-12 05:21:18 +00:00
remove link to profile-edit.html from header
This commit is contained in:
parent
e2e19218d5
commit
01aed4bba7
@ -310,10 +310,6 @@ button.follow:hover, button.unfollow:hover, .following-own-modal .following-list
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userMenu li.userMenu-profile > a {
|
|
||||||
background: url(../img/profile.png) no-repeat 5px center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userMenu li.userMenu-config {
|
.userMenu li.userMenu-config {
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -40,7 +40,6 @@
|
|||||||
<span class="selectable_theme theme_nin menu-news"></span>
|
<span class="selectable_theme theme_nin menu-news"></span>
|
||||||
</a></li>
|
</a></li>
|
||||||
<li class="userMenu-network selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</a></li>
|
<li class="userMenu-network selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</a></li>
|
||||||
<li class="userMenu-profile selectable_theme theme_original theme_nin"><a class="label" href="profile-edit.html">Profile</a></li>
|
|
||||||
<li class="userMenu-config">
|
<li class="userMenu-config">
|
||||||
<a class="userMenu-config-dropdown">
|
<a class="userMenu-config-dropdown">
|
||||||
<div class="config-menu dialog-modal">
|
<div class="config-menu dialog-modal">
|
||||||
|
BIN
img/profile.png
BIN
img/profile.png
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
@ -49,7 +49,6 @@ var InterfaceFunctions = function() {
|
|||||||
//$("span.screen-name").text('@' + user);
|
//$("span.screen-name").text('@' + user);
|
||||||
var $miniProfile = $(".mini-profile");
|
var $miniProfile = $(".mini-profile");
|
||||||
if (!defaultScreenName) {
|
if (!defaultScreenName) {
|
||||||
$('.userMenu-profile > a').attr('href', '#/login').text(polyglot.t('Login'));
|
|
||||||
$(".post-area-new > textarea").attr("placeholder",polyglot.t("You have to log in to post messages."));
|
$(".post-area-new > textarea").attr("placeholder",polyglot.t("You have to log in to post messages."));
|
||||||
getElem('.post-area-new > textarea', true).prop('disabled', true);
|
getElem('.post-area-new > textarea', true).prop('disabled', true);
|
||||||
$miniProfile.find(".mini-profile-name").text("guest");
|
$miniProfile.find(".mini-profile-name").text("guest");
|
||||||
|
@ -325,8 +325,6 @@ function initInterfaceNetwork() {
|
|||||||
initMentionsCount();
|
initMentionsCount();
|
||||||
initDMsCount();
|
initDMsCount();
|
||||||
});
|
});
|
||||||
} else {
|
|
||||||
$('.userMenu-profile > a').attr('href', '#/login').text(polyglot.t('Login'));
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
networkUpdate();
|
networkUpdate();
|
||||||
|
@ -34,7 +34,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li class="userMenu-home"><a href="home.html"><span class="selectable_theme theme_original label">Home</span></a></li>
|
<li class="userMenu-home"><a href="home.html"><span class="selectable_theme theme_original label">Home</span></a></li>
|
||||||
<li class="userMenu-network current selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</a></li>
|
<li class="userMenu-network current selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</a></li>
|
||||||
<li class="userMenu-profile selectable_theme theme_original theme_nin"><a class="label" href="profile-edit.html">Profile</a></li>
|
|
||||||
<li class="userMenu-config">
|
<li class="userMenu-config">
|
||||||
<a class="userMenu-config-dropdown">
|
<a class="userMenu-config-dropdown">
|
||||||
<div class="config-menu dialog-modal">
|
<div class="config-menu dialog-modal">
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
<span class="selectable_theme theme_nin menu-news"></span>
|
<span class="selectable_theme theme_nin menu-news"></span>
|
||||||
</a></li>
|
</a></li>
|
||||||
<li class="userMenu-network selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</a></li>
|
<li class="userMenu-network selectable_theme theme_original theme_nin"><a class="label" href="network.html">Network</a></li>
|
||||||
<li class="userMenu-profile selectable_theme theme_original theme_nin current"><a class="label" href="profile-edit.html">Profile</a></li>
|
|
||||||
<li class="userMenu-config">
|
<li class="userMenu-config">
|
||||||
<a class="userMenu-config-dropdown">
|
<a class="userMenu-config-dropdown">
|
||||||
<div class="config-menu dialog-modal">
|
<div class="config-menu dialog-modal">
|
||||||
|
@ -354,11 +354,6 @@ button.unfollow:hover {
|
|||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.userMenu li.userMenu-profile > a {
|
|
||||||
background: url(../img/profile.png) no-repeat 5px center;
|
|
||||||
padding-left: 35px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.userMenu li.userMenu-config {
|
.userMenu li.userMenu-config {
|
||||||
float: right;
|
float: right;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user