Skip to content
Snippets Groups Projects
Select Git revision
  • ea7ca04f8aa04c631a6915825df705d54b72b37b
  • master default
2 results

buttons.css

Blame
  • user avatar
    Vasily Gotovko authored
    4c16235a
    History
    buttons.css 405 B
    .button-login {
      position: relative;
      left: 45%;
      display: inline-block;
      border: 1px solid #999;
      border-radius: 2px;
      margin-top: 10px;
      width: 135px;
      height: 25px;
      padding: 0;
    }
    
    .button-login-icon {
      float: left;
      height: 18px;
      padding: 1px 0px 0px 4px;
    }
    
    .button-login-text {
      line-height: 21px;
      background-image: -webkit-linear-gradient(bottom, #ddd, white);
      font-size: 12px;
    }