diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2011-04-24 14:09:03 -0400 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2011-04-24 14:09:03 -0400 |
commit | 8e7a8fd2dc3245c2d236a2cd33d8c1a61ef9963c (patch) | |
tree | 1d73df25974888c5420f43b7e39fecf2b2bc7d59 /themes | |
parent | f4d76a8abe04612efe01f146617d760ffdd4b69f (diff) |
Add a bit of space below progress bars. Fixes #1703.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/admin_wind/css/screen.css | 2 | ||||
-rw-r--r-- | themes/wind/css/screen.css | 2 |
2 files changed, 2 insertions, 2 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; } diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 81231426..d6909364 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -945,7 +945,7 @@ button { .g-progress-bar { height: 1em; width: 100%; - margin-top: .5em; + margin: .5em 0; display: inline-block; } |