diff options
author | Aaron Parecki <aaron@parecki.com> | 2016-12-17 15:45:38 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2016-12-17 15:45:38 -0800 |
commit | 926546106ef2fb35359278b9f08798310e81d8fa (patch) | |
tree | 474166c4a55121eddf59284d8e8f0c4f77c5886a /public | |
parent | de0589d9cf7c32e83b493627fc66cb538fb20f3c (diff) |
add loading indicator to post buttons
fixes #42
Diffstat (limited to 'public')
-rw-r--r-- | public/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/style.css b/public/css/style.css index f9f9ac2..5e6556c 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -197,3 +197,7 @@ body { .callout table { margin-bottom: 0; } + + .notice-pad { + margin-top: 20px; + }
\ No newline at end of file |