extensions/net.sf.basedb.yubikey/trunk/resources/css/yubico.css

Code
Comments
Other
Rev Date Author Line
2256 27 Feb 14 nicklas 1 @charset "UTF-8";
2256 27 Feb 14 nicklas 2
5144 26 Nov 18 nicklas 3 body[data-login-form="net.sf.basedb.yubikey.login-form"] #loginform #login-row th
2256 27 Feb 14 nicklas 4 {
2256 27 Feb 14 nicklas 5   background-image: url('../images/yubico.png');
2256 27 Feb 14 nicklas 6   background-position: right center;
2256 27 Feb 14 nicklas 7   background-repeat: no-repeat;
2256 27 Feb 14 nicklas 8   padding-right: 20px;
2256 27 Feb 14 nicklas 9 }
2256 27 Feb 14 nicklas 10
5144 26 Nov 18 nicklas 11 body[data-login-form="net.sf.basedb.yubikey.login-form"] #login-help
2256 27 Feb 14 nicklas 12 {
2256 27 Feb 14 nicklas 13   background-image: url('../images/black_single.png');
2256 27 Feb 14 nicklas 14   background-position: 99% center;
2256 27 Feb 14 nicklas 15   background-repeat: no-repeat;
5144 26 Nov 18 nicklas 16   padding: 1em;
2256 27 Feb 14 nicklas 17   padding-right: 80px;
5144 26 Nov 18 nicklas 18   min-height: 70px;
2259 28 Feb 14 nicklas 19 }
2259 28 Feb 14 nicklas 20
2259 28 Feb 14 nicklas 21 #settings\.yubikey-tab
2259 28 Feb 14 nicklas 22 {
2259 28 Feb 14 nicklas 23   background-image: url('../images/yubico.png');
2259 28 Feb 14 nicklas 24   background-position: 2px center;
2259 28 Feb 14 nicklas 25   background-repeat: no-repeat;
2259 28 Feb 14 nicklas 26   padding-left: 20px;
2259 28 Feb 14 nicklas 27 }
2259 28 Feb 14 nicklas 28
2259 28 Feb 14 nicklas 29 #settings\.yubikey-tab:hover, #settings\.yubikey-tab.active
2259 28 Feb 14 nicklas 30 {
2259 28 Feb 14 nicklas 31   background-position: 1px center;
2259 28 Feb 14 nicklas 32   padding-left: 19px;
2256 27 Feb 14 nicklas 33 }