plugins/yubikey/yubikey.css
changeset 6 4f85ab095cc8
parent 0 9d2c4f04a0d0
child 30 294bab0bb3e2
equal deleted inserted replaced
5:2114640729a5 6:4f85ab095cc8
    32   background-position: 1px 1px;
    32   background-position: 1px 1px;
    33   background-repeat: no-repeat;
    33   background-repeat: no-repeat;
    34   padding-left: 18px;
    34   padding-left: 18px;
    35 }
    35 }
    36 
    36 
       
    37 div.yubikey_bar {
       
    38   width: 88px;
       
    39   height: 88px;
       
    40   margin: 4px auto;
       
    41   text-align: center;
       
    42   background-image: url(./field.png);
       
    43   background-repeat: no-repeat;
       
    44 }
       
    45 
       
    46 div.yubikey_bar > img {
       
    47   width: 0px;
       
    48   height: 88px;
       
    49   background-image: url(./field.png);
       
    50   background-repeat: no-repeat;
       
    51   background-position: -44px -88px;
       
    52 }
       
    53 
       
    54 div.yubikey_bar > img.yubikey_bar_error {
       
    55   width: 88px !important;
       
    56   background-position: 0px -176px !important;
       
    57 }