[PATCH conductor] BZ790822 administer section form items alignment fix

jtomasek at redhat.com jtomasek at redhat.com
Tue Feb 21 13:19:56 UTC 2012


From: Jiri Tomasek <jtomasek at redhat.com>

The checkboxes are now aligned properly, in IE it seems that the left margin is ignored, so there isn't much to do about it.
Also the file inputs vary in height in different browsers, so the label alignment is little off in ie. Firefox and Chrome are okay.
---
 src/app/stylesheets/layout.scss |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/app/stylesheets/layout.scss b/src/app/stylesheets/layout.scss
index b067af2..57e55b1 100644
--- a/src/app/stylesheets/layout.scss
+++ b/src/app/stylesheets/layout.scss
@@ -3441,10 +3441,6 @@ body.administer form.generic{
     font-size: 12px;
     text-shadow: 0px 1px 0px #ffffff;
     font-weight: normal;
-
-    &.checkbox{
-      padding: 3px 7px 0px 0px;
-    }
   }
 
   label span{
@@ -3461,6 +3457,7 @@ body.administer form.generic{
     -moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.50);
     -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.50);
   }
+  input[type="checkbox"]{ margin: 6px 0px 5px 0px; }
 
   input.long{
     width: 400px;
-- 
1.7.7.6




More information about the aeolus-devel mailing list