Skip to content
This repository has been archived by the owner on Jun 15, 2019. It is now read-only.

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
creesch committed Jul 11, 2013
1 parent a82836e commit 3b04019
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modbutton.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function modbutton() {
<a href="javascript:;" title="Edit user flair" class="edit-user-flair">User Flair</a>\
<a href="javascript:;" style="display:' + display + '" title="Remove subreddits" class="remove-sub-link right">Remove subreddits</a>\
<a href="javascript:;" title="Add subreddits" class="add-sub-link right">Add subreddits</a>\
<a href="javascript:;" style="display:' + showglobal + '" title="Global Action (perform action on all subs)" class="global-button">[A]</a>\
<a href="javascript:;" style="display:' + showglobal + '" title="Global Action (perform action on all subs)" class="global-button">Global Action</a>\
</div>\
<label id="user" style="display:none">' + user + '</label> \
<label id="subreddit" style="display:none">' + currentsub + '</label>\
Expand Down
3 changes: 2 additions & 1 deletion toolbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,8 @@ background-color: #9FBAD6;
}

.mod-popup .ban-note {
width: 230px;
margin-top: 3px;
width: 98%;
}

.mod-action-positive {
Expand Down

3 comments on commit 3b04019

@agentlame
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I strongly dislike this change, if it's the only change.

@creesch
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It isn't, it was only a small fix after I committed the entire change earlier ;)

@agentlame
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the confusion. Completely my bad, I missed the previous commit.

Please sign in to comment.