From bca46fdf6cfbdc39d7a22977451a505e9ac931be Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Tue, 12 Feb 2013 23:56:09 -0800 Subject: [PATCH] special loading styles for command panel --- static/command-panel.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/static/command-panel.css b/static/command-panel.css index 3fa292585..50a806b44 100644 --- a/static/command-panel.css +++ b/static/command-panel.css @@ -3,6 +3,20 @@ position: relative; } +.command-panel .is-loading { + display: block; + margin: 0 auto 10px auto; + width: 100px; + background-color: #111; + background-size: auto; + background-position: 5px 5px; + padding: 5px 5px 10px 30px; + border-radius: 3px; + border: 1px solid rgba(255, 255, 255, 0.1); + border-top: 1px solid rgba(0, 0, 0, 1); + border-left: 1px solid rgba(0, 0, 0, 1); +} + .command-panel .preview-list { max-height: 300px; overflow: auto;