plugins/yubikey/yubikey.css
changeset 6 4f85ab095cc8
parent 0 9d2c4f04a0d0
child 30 294bab0bb3e2
--- a/plugins/yubikey/yubikey.css	Sun Mar 01 20:41:17 2009 -0500
+++ b/plugins/yubikey/yubikey.css	Sun Mar 01 20:41:27 2009 -0500
@@ -34,3 +34,24 @@
   padding-left: 18px;
 }
 
+div.yubikey_bar {
+  width: 88px;
+  height: 88px;
+  margin: 4px auto;
+  text-align: center;
+  background-image: url(./field.png);
+  background-repeat: no-repeat;
+}
+
+div.yubikey_bar > img {
+  width: 0px;
+  height: 88px;
+  background-image: url(./field.png);
+  background-repeat: no-repeat;
+  background-position: -44px -88px;
+}
+
+div.yubikey_bar > img.yubikey_bar_error {
+  width: 88px !important;
+  background-position: 0px -176px !important;
+}