web/data/cubicweb.login.css
changeset 5819 1017163825c7
parent 4603 ce19b0a05db3
child 6140 65a619eb31c4
equal deleted inserted replaced
5818:6d8c479fcd98 5819:1017163825c7
     9   position: absolute;
     9   position: absolute;
    10   z-index: 400;
    10   z-index: 400;
    11   right: 0px;
    11   right: 0px;
    12   width: 26em;
    12   width: 26em;
    13   padding: 0px 1px 1px;
    13   padding: 0px 1px 1px;
    14   background: #E4EAD8;
    14   background: %(listingBorderColor)s; 
    15 }
    15 }
    16 
    16 
    17 div#popupLoginBox label{
    17 div#popupLoginBox label{
    18   font-weight: bold;
    18   font-weight: bold;
    19 }
    19 }
    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 #cfceb7;
    33   border: 2px solid %(actionBoxTitleBgColor)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 {
    39   color: #FF7700;
    39   color: %(aColor)s;
    40   font-size: 140%;
    40   font-size: 140%;
    41 }
    41 }
    42 
    42 
    43 div#loginTitle {
    43 div#loginTitle {
    44   color: #fff;
    44   color: #fff;
    45   font-weight: bold;
    45   font-weight: bold;
    46   font-size: 140%;
    46   font-size: 140%;
    47   text-align: center;
    47   text-align: center;
    48   padding: 3px 0px;
    48   padding: 3px 0px;
    49   background: #ff7700 url("banner.png") left top repeat-x;
    49   background: %(headerBgColor)s url("banner.png") repeat-x top left;
    50 }
    50 }
    51 
    51 
    52 div#loginBox div#loginContent form {
    52 div#loginBox div#loginContent form {
    53   padding-top: 1em;
    53   padding-top: 1em;
    54   width: 90%;
    54   width: 90%;
    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 #cfceb7 #cfceb7  #edecd2;
    83   border-color: #edecd2 %(actionBoxTitleBgColor)s %(actionBoxTitleBgColor)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 {