diff options
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index d476b7b..d4938fe 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -142,3 +142,13 @@ a.extra-link { float: right; color: #aaaaaa; } +.ajax-loader { + position: relative; + display: inline-block; + top: 1px; + left: 5px; + width: 16px; + height: 11px; + background: url("../images/ajax-loader.gif"); + background-size: cover; +} |