Sha256: 46000c7069f8ef79d5bd4c2d0d18d1654348ceff70b4f141eb9dadbcf8ef352e

Contents?: true

Size: 720 Bytes

Versions: 4

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:130px;
  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

4 entries across 4 versions & 1 rubygems

Version Path
grandstand-0.2.4 app/stylesheets/login.less
grandstand-0.2.3 app/stylesheets/login.less
grandstand-0.2.2 app/stylesheets/login.less
grandstand-0.2.1 app/stylesheets/login.less