diff --git a/r2/r2/lib/strings.py b/r2/r2/lib/strings.py index d5879eb24..811a0ea30 100644 --- a/r2/r2/lib/strings.py +++ b/r2/r2/lib/strings.py @@ -213,6 +213,7 @@ Note: there are a couple of places outside of your subreddit where someone can c are_you_sure = _('are you sure?'), yes = _('yes'), no = _('no'), + create_multi = _('create a new multi'), ) class StringHandler(object): diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index 281f98527..12429c239 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -1087,6 +1087,7 @@ a.author { margin-right: 0.5em; } input[type="checkbox"] { margin-top: 0; + margin-right: 5px; vertical-align: middle; } @@ -1108,8 +1109,10 @@ a.author { margin-right: 0.5em; } } } - input { - margin-right: 5px; + .create-multi { + input[type="text"] { + .light-text-input; + } } } @@ -6965,6 +6968,12 @@ body.gold .buttons li.comment-save-button { display: inline; } } } +.light-text-input { + background: white; + border: 1px solid #ccc; + padding: 2px 5px; +} + body.with-listing-chooser { position: relative; @@ -7115,10 +7124,8 @@ body.with-listing-chooser { padding: 5px; input[type="text"] { + .light-text-input; width: 95px; - background: white; - border: 1px solid #ccc; - padding: 2px 5px; margin-bottom: 3px; display: none; } diff --git a/r2/r2/public/static/js/multi.js b/r2/r2/public/static/js/multi.js index ac5373e90..99869fd57 100644 --- a/r2/r2/public/static/js/multi.js +++ b/r2/r2/public/static/js/multi.js @@ -314,10 +314,12 @@ r.multi.SubscribeButton = Backbone.View.extend({ r.multi.MultiSubscribeBubble = r.ui.Bubble.extend({ className: 'multi-selector hover-bubble anchor-right', template: _.template('