]> git.mjollnir.org Git - moodle.git/commitdiff
Align properly buttons and drop-down in navigation menu.
authorstronk7 <stronk7>
Fri, 20 Jul 2007 23:44:59 +0000 (23:44 +0000)
committerstronk7 <stronk7>
Fri, 20 Jul 2007 23:44:59 +0000 (23:44 +0000)
theme/standard/styles_layout.css

index 3d61d1242854ef9e96ed222b1178ac0c8e297c90..3fbe195dcaeb26c8498d4eb9f3f85d63671ff04a 100644 (file)
@@ -701,6 +701,10 @@ table.navbar {
   text-align:right;
 }
 
+.navigation {
+  margin-bottom: 4px;
+}
+
 .navigation ul {
   margin:0px;
   padding:0px;
@@ -715,6 +719,11 @@ table.navbar {
   margin-left:2px;
 }
 
+.navigation ul li form fieldset,
+.navigation ul li form div select {
+    vertical-align: middle;
+}
+
 .navigation optgroup {
   text-align:center;
   padding-top:4px;