plugins/yubikey/yubikey.css
author Dan
Thu, 26 Feb 2009 01:19:45 -0500
changeset 2 6edc6ebb3b39
parent 0 9d2c4f04a0d0
child 6 4f85ab095cc8
permissions -rw-r--r--
Minor: if input OTP is empty and password looks like OTP, now copies password to OTP in memory and treats password field as OTP. Will require patch in Enano trunk to work for html login.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
     1
span.yubikey_status {
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
     2
  font-weight: bold;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
     3
}
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
     4
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
     5
span.yubikey_status.empty {
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
     6
  color: #6699CC;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
     7
}
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
     8
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
     9
span.yubikey_status.savepending {
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    10
  color: #f5ac00;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    11
}
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    12
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    13
span.yubikey_status.rmpending {
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    14
  color: #aa0000;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    15
}
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    16
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    17
span.yubikey_status.enrolled {
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    18
  color: #008000;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    19
}
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    20
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    21
a.yubikey_enroll {
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    22
  font-size: smaller;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    23
}
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    24
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    25
tr.yk_alt1 td {
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    26
  background-color: #f8f8f8;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    27
}
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    28
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    29
input.yubikey_noscript {
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    30
  background-color: white;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    31
  background-image: url(./formicon.gif);
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    32
  background-position: 1px 1px;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    33
  background-repeat: no-repeat;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    34
  padding-left: 18px;
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    35
}
9d2c4f04a0d0 First commit! Hoping everything works.
Dan
parents:
diff changeset
    36