X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FNoAuth%2Fcss%2Fbase%2Fforms.css;h=d6bc9172908859c1703b3c36f1f30fb55958283f;hb=b8988e1d3ac75af63c85e8563e57701030315a9e;hp=eab97b19b40a3c8424cbaeee2d1ac81e5c3e57ff;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/share/html/NoAuth/css/base/forms.css b/rt/share/html/NoAuth/css/base/forms.css index eab97b19b..d6bc91729 100644 --- a/rt/share/html/NoAuth/css/base/forms.css +++ b/rt/share/html/NoAuth/css/base/forms.css @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -87,6 +87,7 @@ input[type=reset], input[type=submit], input[class=button], button { padding-right: 0.5em; -moz-border-radius: 0.5em; -webkit-border-radius: 0.5em; + border-radius: 0.5em; } input.button:hover, button:hover, input[type=reset]:hover, input[type=submit]:hover, input[class=button]:hover { @@ -268,3 +269,10 @@ form div.submit div.buttons div.next { #formatbuttons { clear: both; } + +#ResetAuthTokenPrompt { + display: block; + text-align: right; + font-weight: bold; + text-decoration: underline; +}