From 44349ec2f2351f761d1144c013c2ff313498e515 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 13 Jun 2013 01:29:21 -0700 Subject: [PATCH] Add missing loading indicator throbbers. --- r2/r2/public/static/css/reddit.less | 4 ++++ r2/r2/templates/multiinfobar.html | 2 ++ 2 files changed, 6 insertions(+) diff --git a/r2/r2/public/static/css/reddit.less b/r2/r2/public/static/css/reddit.less index e36512964..fd10cf625 100755 --- a/r2/r2/public/static/css/reddit.less +++ b/r2/r2/public/static/css/reddit.less @@ -5176,6 +5176,10 @@ table.calendar { .light-button; padding: 3px 4px; } + + .throbber { + height: 22px; + } } form.copy-multi button { diff --git a/r2/r2/templates/multiinfobar.html b/r2/r2/templates/multiinfobar.html index 9bad7c250..0073474f5 100644 --- a/r2/r2/templates/multiinfobar.html +++ b/r2/r2/templates/multiinfobar.html @@ -56,6 +56,7 @@ %if thing.can_copy:
+
%endif @@ -64,6 +65,7 @@

${_('warning: renaming a multi will break any links and references to the old name.')}

+
%endif