Fix margins so buttons don't roll on to next line user/mrpeters-isl/selfcheck_styling_fixed2
authorMichael Peters <mrpeters@library.in.gov>
Mon, 10 Sep 2012 14:59:04 +0000 (10:59 -0400)
committerMichael Peters <mrpeters@library.in.gov>
Mon, 10 Sep 2012 14:59:04 +0000 (10:59 -0400)
The home, logout buttons were spaced too far apart, so
they were pushing onto a second line.

Signed-off-by: Michael Peters <mrpeters@library.in.gov>
Open-ILS/web/css/skin/default/selfcheck.css

index 5611787..23bd388 100644 (file)
@@ -175,7 +175,6 @@ body {
     background: -webkit-linear-gradient(#007a54, #00593d);
     background-color: #00593d;
     padding: 5px 10px 6px;
-    margin: 5px 7px 5px 5px;
     outline: 0 none;
     text-decoration: none;
 }