From fdd4b44c0edf6b146f767f19ea13544a59c35eed Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Thu, 26 Dec 2013 14:37:17 +0100 Subject: fixed button font and added star to shirt size at registration --- includes/pages/guest_login.php | 2 +- public/css/base.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 605d32b1..cd77d9fc 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -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("
(%s)", $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.")), diff --git a/public/css/base.css b/public/css/base.css index 1088582a..2f5aa18c 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -372,7 +372,7 @@ a.button { background: #444; } -.button:hover { +.button:hover, .toolbar .button:hover { color: #000; background: #fff; } -- cgit v1.2.3-54-g00ecf