Sha256: 85e2c043a5af77e79cdd908aa2bcca8f41c599d2c04811af19db9530b3476fe7
Contents?: true
Size: 720 Bytes
Versions: 2
Compression:
Stored size: 720 Bytes
Contents
/* login.less simply contains the layout for the login page. This page is used only for logging users into the site, and is pretty basic. */ #logo { left:50%; margin-left:-190px; position:absolute; top:100px; } #login { /* background-image:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); background-image:-moz-linear-gradient(top, #eee, #ddd); */ border-bottom:1px solid #fff; left:50%; margin:0 0 0 -200px; position:absolute; padding:2em; top:135px; width:400px; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -webkit-box-sizing:border-box; -moz-border-radius:5px; -webkit-border-radius:5px; /* -webkit-box-shadow:rgba(0, 0, 0, 0.5) 0 0 5px;*/ }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
grandstand-0.2.7 | app/stylesheets/login.less |
grandstand-0.2.6 | app/stylesheets/login.less |