summaryrefslogtreecommitdiff
path: root/themes/admin_wind/css
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2011-04-24 14:09:03 -0400
committerChad Kieffer <ckieffer@gmail.com>2011-04-24 14:09:03 -0400
commit8e7a8fd2dc3245c2d236a2cd33d8c1a61ef9963c (patch)
tree1d73df25974888c5420f43b7e39fecf2b2bc7d59 /themes/admin_wind/css
parentf4d76a8abe04612efe01f146617d760ffdd4b69f (diff)
Add a bit of space below progress bars. Fixes #1703.
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r--themes/admin_wind/css/screen.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index d67850ec..a26bf6d2 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -896,7 +896,7 @@ button {
.g-progress-bar {
height: 1em;
width: 100%;
- margin-top: .5em;
+ margin: .5em 0;
display: inline-block;
}