diff options
author | jhilden <jakobhilden@gmail.com> | 2009-11-03 17:40:39 -0500 |
---|---|---|
committer | jhilden <jakobhilden@gmail.com> | 2009-11-03 17:40:39 -0500 |
commit | 9a8e9bc7f5deb5108ccc10f27635d66d1ff2b14f (patch) | |
tree | 6a4b81a19d3b7a783f8e3d49984c692c7b8ae7c2 /themes/admin_wind/css | |
parent | f9b700e75c682df3c48efb0e69f893c61f06d3bd (diff) |
Small CSS fix for language admin
Diffstat (limited to 'themes/admin_wind/css')
-rw-r--r-- | themes/admin_wind/css/screen.css | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 5ed42391..87879ecb 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -450,13 +450,17 @@ th { clear: both; } -#g-translations { - padding: 2em 0 0 0; - clear: both; +#g-translations ol { + margin: 0 0 1em 2em; +} +#g-translations ol li { + list-style-type: decimal; + line-height: 150%; } #g-translations .g-button { padding: .5em; + margin-bottom: 1em; } /** ******************************************************************* |