fixing illegal font css shorthand for search bar
authorCharles Holbrow <charlesholbrow@gmail.com>
Wed, 20 Mar 2013 03:27:51 +0000 (23:27 -0400)
committerCharles Holbrow <charlesholbrow@gmail.com>
Wed, 20 Mar 2013 03:27:51 +0000 (23:27 -0400)
karmaworld/assets/css/course_list_table.css

index 4090ecb268cd07f5054c85b2fbac6324fd1d207d..b2b5b3d5dcd781ecf183e9391627b39a2cd20e92 100644 (file)
@@ -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;