]> git.mjollnir.org Git - moodle.git/commitdiff
mnet MDL-12057 fixed mnet admin page table width
authorAndrew Davis <andrew@affinitysoftware.net>
Thu, 17 Dec 2009 08:33:47 +0000 (08:33 +0000)
committerAndrew Davis <andrew@affinitysoftware.net>
Thu, 17 Dec 2009 08:33:47 +0000 (08:33 +0000)
theme/standard/style/styles_layout.css

index 6e3fbe87ed7cb58c15a574f28fa946232f831bec..6ad1b686633809a5889f3a7009f6d689fd9f763a 100644 (file)
@@ -1336,6 +1336,10 @@ table.explainpermissions .cell {
   margin:auto;
 }
 
+#admin-mnet-index .generalbox table {
+  width:100%;
+}
+
 #admin-index .adminerror,
 #admin-index .adminwarning {
   text-align:center;