]> git.mjollnir.org Git - moodle.git/commitdiff
mnet admin MDL-12057 Added an entry to standard style css to make tables on admin...
authorAndrew Davis <andrew@affinitysoftware.net>
Fri, 27 Nov 2009 05:56:46 +0000 (05:56 +0000)
committerAndrew Davis <andrew@affinitysoftware.net>
Fri, 27 Nov 2009 05:56:46 +0000 (05:56 +0000)
theme/standard/styles_layout.css

index d6e996a31053beefdce52a3e01ab6fab6872b00e..9495040d3ca719c7e2d2d7522daa61324a485f95 100644 (file)
@@ -1325,6 +1325,10 @@ table.explainpermissions .cell {
   margin:auto;
 }
 
+.generalboxcontent table{
+  width:100%;
+}
+
 #admin-index .adminerror,
 #admin-index .adminwarning {
   text-align:center;