fixed button font and added star to shirt size at registration

This commit is contained in:
Philip Häusler 2013-12-26 14:37:17 +01:00
parent 0c98f13eee
commit fdd4b44c0e
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ function guest_register() {
form_text('icq', _("ICQ"), $icq),
form_text('jabber', _("Jabber"), $jabber),
form_text('hometown', _("Hometown"), $hometown),
$enable_tshirt_size ? form_select('tshirt_size', _("Shirt size"), $tshirt_sizes, $tshirt_size) : '',
$enable_tshirt_size ? form_select('tshirt_size', _("Shirt size") . "*", $tshirt_sizes, $tshirt_size) : '',
// form_textarea('comment', _("Did you help at former CCC events and which tasks have you performed then?"), $comment),
form_checkboxes('angel_types', _("What do you want to do?") . sprintf("<br>(<a href=\"%s\">%s</a>)", $faq_url, _("Description of job types")), $angel_types, $selected_angel_types),
form_info("", _("Restricted angel types need will be confirmed later by an archangel. You can change your selection in the options section.")),

View File

@ -372,7 +372,7 @@ a.button {
background: #444;
}
.button:hover {
.button:hover, .toolbar .button:hover {
color: #000;
background: #fff;
}