summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-03 17:30:18 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-03 17:30:18 -0800
commit1faa2492952a54f0b80cce149ae42b59b91039df (patch)
treee25c2d0e9ceccf1974449eeda3ef62f4cb5e87c0 /themes
parent6dd622416531e8897af2bc3712e55a640277ac62 (diff)
parent9a33f96e31ba41d78ab24eb9420d74578c7fbbcf (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_wind/css/screen.css10
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;
}
/** *******************************************************************