From: Charles Holbrow Date: Wed, 20 Mar 2013 03:27:51 +0000 (-0400) Subject: fixing illegal font css shorthand for search bar X-Git-Tag: release-20150131~490 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2072724899813a31fb53eded461eba91077a2594;p=oweals%2Fkarmaworld.git fixing illegal font css shorthand for search bar --- diff --git a/karmaworld/assets/css/course_list_table.css b/karmaworld/assets/css/course_list_table.css index 4090ecb..b2b5b3d 100644 --- a/karmaworld/assets/css/course_list_table.css +++ b/karmaworld/assets/css/course_list_table.css @@ -7,13 +7,13 @@ table#course_list Search Bar ***************/ #course_list_filter input { - font: 22px/1em "MuseoSlab-300" #afafaf; + font: 22px/1em "MuseoSlab-300"; margin-top: 20px; margin-bottom: 20px; border-style: solid; border-color: black; border-width: 1px; - padding-left: 32px; /* move the placeholder text to the right*/ + padding-left: 32px; /* move the placeholder text to the right of the search icon*/ background-image: url(../img/lightbox_search_icon.png); background-position: 8px 50%; background-repeat: no-repeat;