diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/loading.gif | bin | 0 -> 8328 bytes | |||
-rw-r--r-- | src/static/style.css | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/static/loading.gif b/src/static/loading.gif Binary files differnew file mode 100644 index 0000000..b8c493b --- /dev/null +++ b/src/static/loading.gif diff --git a/src/static/style.css b/src/static/style.css index bfa6465..0e5e198 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -169,3 +169,9 @@ a { #emoticon-guide:hover { background-position: 0 -22px; } +.is-loading { + background: url("loading.gif") center no-repeat; +} +.h32 { + height: 32px; +} |