Sha256: 7bffd46adaf077bf1c7c984300e45647094677e34a2de18fe01300ae921e1c03
Contents?: true
Size: 761 Bytes
Versions: 9
Compression:
Stored size: 761 Bytes
Contents
/* User sign in and sign forms. */ .border-form-div { max-width: 300px; padding: 19px 29px 29px; margin: 0 auto 20px; background-color: #fff; border: 1px solid #e5e5e5; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05); } .border-form-div .form-signin-heading, .border-form-div .checkbox { margin-bottom: 10px; } .border-form-div input[type="text"], .border-form-div input[type="email"], .border-form-div input[type="password"] { font-size: 16px; height: auto; margin-bottom: 15px; padding: 7px 9px; } .user_remember_me { margin: 0px 0px 20px 40px !important; }
Version data entries
9 entries across 9 versions & 1 rubygems