diff options
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;  }  /** *******************************************************************  | 
