]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-8334 CSS code needed for lang.php changes - patch by David ;-)
authorskodak <skodak>
Fri, 2 Feb 2007 14:35:30 +0000 (14:35 +0000)
committerskodak <skodak>
Fri, 2 Feb 2007 14:35:30 +0000 (14:35 +0000)
theme/standard/styles_color.css
theme/standard/styles_fonts.css
theme/standard/styles_layout.css

index 324e04656ca9dda88c0f47986b9dfdc78e28bdf0..8cab92bcada86bffcade60e832fe1051ef1da890 100644 (file)
@@ -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
  ***/
index a4890a5cc7ae78ae72af5ced66c6254e636d8180..90f061c64be9d00a2117b7d6b3364a76c678a52f 100644 (file)
@@ -247,6 +247,10 @@ body#admin-index .copyright {
   font-size: 0.7em;
 }
 
+#admin-lang .translator .strkey {
+  font-size: 0.75em;
+}
+
 
 /***
  *** Blocks
index 1b850e71879a90c6433899d4bf332aac3d094b85..942183280fb424309125005193260da3423281a8 100644 (file)
@@ -878,6 +878,12 @@ body#admin-blocks table#incompatible th.c0 {
   text-align:left;
 }
 
+#admin-lang .translator {
+  border-width: 1px;
+  border-style: solid;
+}
+
+
 /***
  *** Blocks
  ***/