Updated toolbar arrow padding, a regex, and removed the logout button

This commit is contained in:
Mike
2009-05-29 22:38:54 -07:00
parent 68826e8ee4
commit 08aa5309fd
3 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -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); }

View File

@@ -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")}