]> git.mjollnir.org Git - moodle.git/commitdiff
Some new default styles for generaltables
authormoodler <moodler>
Mon, 20 Mar 2006 15:44:07 +0000 (15:44 +0000)
committermoodler <moodler>
Mon, 20 Mar 2006 15:44:07 +0000 (15:44 +0000)
theme/standard/styles_color.css
theme/standard/styles_layout.css

index 3df47c2610bba8084fa95a798cad34bb6a9d0701..a6a24709639779b43d4736d408f613403c20488a 100644 (file)
@@ -178,6 +178,16 @@ table.formtable tbody th {
 }
 
 
+.generaltable .cell {
+  background-color:#FFFFFF;
+  border-color:#EEEEEE; 
+}
+
+.generaltable {
+  border-color:#EEEEEE; 
+}
+
+
 
 /***
  *** Header
index 9d42dea15e94f0cd95d178cba6ee6c89360c6010..083d6848e1ca55f0501f31bd957a0d8df247e880 100644 (file)
@@ -154,6 +154,17 @@ img.grouppicture,
 .feedback {
 }
 
+.generaltable {
+  border-width: 1px;
+  border-style: solid;
+}
+
+.generaltable .cell {
+  border-width: 1px;
+  border-style: solid;
+  border-collapse: collapse;
+}
+
 .initialbar {
   text-align: center;
 }