]> git.mjollnir.org Git - moodle.git/commitdiff
fix for misalignment of text inputs in formslib forms in ie MDL-7748
authorjamiesensei <jamiesensei>
Tue, 30 Jan 2007 19:09:46 +0000 (19:09 +0000)
committerjamiesensei <jamiesensei>
Tue, 30 Jan 2007 19:09:46 +0000 (19:09 +0000)
theme/standard/styles_ie6.css
theme/standard/styles_ie7.css
theme/standard/styles_layout.css

index a7c4a56eae9914362785dec0efb45884a6c3f7cf..ed12f01d6e61db99b6a548807645a5b345b120c0 100755 (executable)
 }
 
 .tabrow0 UL {
-   top: 2.1em; 
+   top: 2.1em;
+}
+
+/*fix for misalignment of text fields in ie */
+form.mform input {
+  margin-left: -10px;
 }
index 0383e873b0adf60a1c6df00430eb2d164ad29726..7d88c8181e88e403b1b2880a68cfb9399f5af2aa 100755 (executable)
@@ -17,7 +17,7 @@
 }
 
 .tabrow0 UL {
-   top: 2.1em; 
+   top: 2.1em;
 }
 
 .sideblock {
@@ -27,3 +27,8 @@
 .sideblock .content {
     word-wrap: break-word;
 }
+
+/*fix for misalignment of text fields in ie */
+form.mform input {
+  margin-left: -10px;
+}
index 18c7d3066e198d73a0ddf41bd0e5701f1a085fa2..d352f302c95f3239477fe2b4f7845e64b99b8448 100644 (file)
@@ -2124,7 +2124,7 @@ body#message-messages {
        border:0
 }
 
-.tabrow0 UL A span { 
+.tabrow0 UL A span {
        padding: 0;
     background-image: none;
 }