From e8012d8a67b9a6f0e14cde70a949573f91c15dc9 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 1 Aug 2011 06:51:41 +0000
Subject: [PATCH] Rename _x_. to gradient.jpg

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2878 44740490-163a-0410-bde0-09ae8108e29a
---
 www/resources/uitheme/images/{_x_. => gradient.jpg} | Bin
 www/resources/uitheme/jquery-ui-themeroller.css     |   6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename www/resources/uitheme/images/{_x_. => gradient.jpg} (100%)

diff --git a/www/resources/uitheme/images/_x_. b/www/resources/uitheme/images/gradient.jpg
similarity index 100%
rename from www/resources/uitheme/images/_x_.
rename to www/resources/uitheme/images/gradient.jpg
diff --git a/www/resources/uitheme/jquery-ui-themeroller.css b/www/resources/uitheme/jquery-ui-themeroller.css
index 3b8c2ce23..76bc1320a 100755
--- a/www/resources/uitheme/jquery-ui-themeroller.css
+++ b/www/resources/uitheme/jquery-ui-themeroller.css
@@ -582,13 +582,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 #d3d3d3;
 	height: 150px;
-	background: url(images/_x_.);
+	background: url(images/gradient.jpg);
 	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/gradient.jpg);
 	position: absolute;
 	border: 0;
 	margin: -5px 0 0 -5px;
@@ -599,7 +599,7 @@ table.ui-datepicker .ui-datepicker-title-row td a {
 	float: left;
 	width: 17px;
 	height: 150px;
-	background: url(images/_x_.);
+	background: url(images/gradient.jpg);
 	position: relative;
 	margin-right: 15px;
 }
-- 
GitLab