]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed table width for "Edit categories and items" table
authornicolasconnault <nicolasconnault>
Tue, 8 Sep 2009 03:20:21 +0000 (03:20 +0000)
committernicolasconnault <nicolasconnault>
Tue, 8 Sep 2009 03:20:21 +0000 (03:20 +0000)
theme/standard/styles_layout.css

index 39114f0ff8ba40a2165fb654d6036c560a297f62..d5eb55039ba2e8fa43e4abef35687cbafd31ab12 100644 (file)
@@ -2811,7 +2811,6 @@ div.allcoursegrades {
 /* gradebook edit tree */
 
 .grade-edit-tree .gradetreebox {
-  width:70%;
   margin-left:auto;
   margin-right:auto;
   margin-top:10px;
@@ -2878,6 +2877,10 @@ div.allcoursegrades {
   margin-top: 7px;
 }
 
+.gradetreebox table.simple {
+  width: 70%;
+}
+
 /***
  *** Login
  ***/
@@ -5848,4 +5851,4 @@ wikiadminactions {
   bottom:-10px;
   left:-10px;
   background-position:0px 100%;
-}
\ No newline at end of file
+}