diff --git a/project_sample/site_media/css/images/_x_. b/project_sample/site_media/css/images/_x_.png similarity index 100% rename from project_sample/site_media/css/images/_x_. rename to project_sample/site_media/css/images/_x_.png diff --git a/project_sample/site_media/css/jquery-ui-themeroller.css b/project_sample/site_media/css/jquery-ui-themeroller.css index 5cd4a382..1882c47b 100644 --- a/project_sample/site_media/css/jquery-ui-themeroller.css +++ b/project_sample/site_media/css/jquery-ui-themeroller.css @@ -598,13 +598,13 @@ table.ui-datepicker .ui-datepicker-title-row td a { .ui-colorpicker-color div { /* is this extra div needed? why not just .ui-colorpicker-color ? */ border: 1px solid #cccccc; height: 150px; - background: url(images/_x_.); + background: url(images/_x_.png); position: relative; } .ui-colorpicker-color div div {/* shouldn't this have a class like ui-colorpicker-selector ? */ width: 11px; height: 11px; - background: url(images/_x_.); + background: url(images/_x_.png); position: absolute; border: 0; margin: -5px 0 0 -5px; @@ -615,7 +615,7 @@ table.ui-datepicker .ui-datepicker-title-row td a { float: left; width: 17px; height: 150px; - background: url(images/_x_.); + background: url(images/_x_.png); position: relative; margin-right: 15px; }