Mean & Clean
-
Fast easy install config for instant login glam. Thanks! The additional custom CSS capability is much appreciated. It is necessary as many logos won’t display correctly due to built in css limitations, which can be overcome via custom css ??
Here is my code:
/* === Fit the background image instead of stretch=== */
body .easy-login-styler-bg {
-webkit-background-size: contain;
-moz-background-size: contain
-o-background-size: contain;
background-size: contain;
}
/* === Fit the logo (background image) instead of crop === */
body #login h1 a {
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
}
/* === Fit the logo image instead of crop=== */
.login h1 a {
width: auto;
}
- The topic ‘Mean & Clean’ is closed to new replies.