]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7861 xhtml strict fixes - the invisible fieldset was borking layout because it...
authorskodak <skodak>
Fri, 5 Jan 2007 21:33:48 +0000 (21:33 +0000)
committerskodak <skodak>
Fri, 5 Jan 2007 21:33:48 +0000 (21:33 +0000)
theme/standard/styles_layout.css

index a4dc6161537d15890e354a0851aa8303dddd4ac9..301ddafa1fdbcb6e8cf520de3b8189f9266dd4d3 100644 (file)
@@ -276,7 +276,7 @@ img.emoticon {
 }
 
 form.popupform {
-  display: inline;
+    display: inline;
 }
 
 .arrow_button {
@@ -303,8 +303,10 @@ form.popupform {
 }
 
 .invisiblefieldset {
-  border: 0;  
-  padding: 0;
+  display:inline;
+  border:0px;
+  padding:0px;
+  margin:0px;
 }
 
 span.hide,