web/data/cubicweb.login.css
changeset 6140 65a619eb31c4
parent 5819 1017163825c7
child 6389 72ba82a26e05
equal deleted inserted replaced
6139:f76599a96238 6140:65a619eb31c4
    28   top: 15%;
    28   top: 15%;
    29   left : 50%;
    29   left : 50%;
    30   margin-left: -14em;
    30   margin-left: -14em;
    31   width: 28em;
    31   width: 28em;
    32   background: #fff;
    32   background: #fff;
    33   border: 2px solid %(actionBoxTitleBgColor)s;
    33   border: 2px solid %(incontextBoxBodyBgColor)s;
    34   padding-bottom: 0.5em;
    34   padding-bottom: 0.5em;
    35   text-align: center;
    35   text-align: center;
    36 }
    36 }
    37 
    37 
    38 div#loginBox h1 {
    38 div#loginBox h1 {
    78   width: 12em;
    78   width: 12em;
    79 }
    79 }
    80 
    80 
    81 .loginButton {
    81 .loginButton {
    82   border: 1px solid #edecd2;
    82   border: 1px solid #edecd2;
    83   border-color: #edecd2 %(actionBoxTitleBgColor)s %(actionBoxTitleBgColor)s  #edecd2;
    83   border-color: #edecd2 %(incontextBoxBodyBgColor)s %(incontextBoxBodyBgColor)s  #edecd2;
    84   margin: 2px 0px 0px;
    84   margin: 2px 0px 0px;
    85   background: #f0eff0 url("gradient-grey-up.png") left top repeat-x;
    85   background: #f0eff0 url("gradient-grey-up.png") left top repeat-x;
    86 }
    86 }
    87 
    87 
    88 #loginContent .formButtonBar {
    88 #loginContent .formButtonBar {