From: skodak Date: Fri, 2 Feb 2007 14:35:30 +0000 (+0000) Subject: MDL-8334 CSS code needed for lang.php changes - patch by David ;-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d4ec5b1e8cb439474ce882b43ac35e00bd125cd6;p=moodle.git MDL-8334 CSS code needed for lang.php changes - patch by David ;-) --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 324e04656c..8cab92bcad 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -331,6 +331,35 @@ table.flexible .r1 { background-color:#EEEEEE; } +#admin-lang .translator { + border-color: #dddddd; +} + +#admin-lang .translator tr.r0 { + background-color: #f0f0f0; +} + +#admin-lang .translator tr.r1 { + background-color: #fafafa; +} + +#admin-lang .translator .strkey { + color: #666666; +} + +#admin-lang .translator .bothmissing { + background-color: #ef6868; +} + +#admin-lang .translator .mastermissing { + background-color: #feff7f; +} + +#admin-lang .translator .localdifferent { + background-color: #aaffaa; +} + + /*** *** Blocks ***/ diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index a4890a5cc7..90f061c64b 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -247,6 +247,10 @@ body#admin-index .copyright { font-size: 0.7em; } +#admin-lang .translator .strkey { + font-size: 0.75em; +} + /*** *** Blocks diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 1b850e7187..942183280f 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -878,6 +878,12 @@ body#admin-blocks table#incompatible th.c0 { text-align:left; } +#admin-lang .translator { + border-width: 1px; + border-style: solid; +} + + /*** *** Blocks ***/