summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-12-26 14:37:17 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-12-26 14:37:17 +0100
commitfdd4b44c0edf6b146f767f19ea13544a59c35eed (patch)
treeb88c6a3f2fd192b77571777a309ce36c0ba0ee4b
parent0c98f13eee10a61cabdc13e7aa75916d50b8b078 (diff)
fixed button font and added star to shirt size at registration
-rw-r--r--includes/pages/guest_login.php2
-rw-r--r--public/css/base.css2
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("<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.")),
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;
}