summaryrefslogtreecommitdiff
path: root/src/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/style.css')
-rw-r--r--src/static/style.css6
1 files changed, 6 insertions, 0 deletions
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;
+}