mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 07:48:16 -05:00
Updated toolbar arrow padding, a regex, and removed the logout button
This commit is contained in:
@@ -913,7 +913,7 @@ class Frame(Wrapped):
|
||||
|
||||
Wrapped.__init__(self, url = url, title = title, fullname = fullname)
|
||||
|
||||
dorks_re = re.compile(r"https?://?([-\w.]*\.)?digg\.com/\w+$")
|
||||
dorks_re = re.compile(r"https?://?([-\w.]*\.)?digg\.com/\w+\.\w+(/|$)")
|
||||
class FrameToolbar(Wrapped):
|
||||
"""The reddit voting toolbar used together with Frame."""
|
||||
extension_handling = False
|
||||
|
||||
@@ -1528,7 +1528,7 @@ textarea.gray { color: gray; }
|
||||
width: auto;
|
||||
margin: 0px;
|
||||
background-position: left center;
|
||||
padding-left: 18px;
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
.toolbar .arrow.upmod { background-image: url(/static/aminiupmod.gif); }
|
||||
|
||||
@@ -74,7 +74,6 @@
|
||||
<a href="http://${get_domain(cname = c.cname)}/user/${c.user.name}"
|
||||
title="${_('visit your userpage')}"
|
||||
class="clickable" target="_top">${c.user.name}</a>
|
||||
${logout(top=True,dest=thing.tblink,a_class="clickable")}
|
||||
%elif thing.link:
|
||||
<a href="${thing.loginurl}" target="_top" class="clickable">
|
||||
${_("login / register")}
|
||||
|
||||
Reference in New Issue
Block a user