From 895500a47a4dd23bf4b8a547751ca64d02602268 Mon Sep 17 00:00:00 2001 From: Bryn Divey Date: Fri, 8 Dec 2006 13:30:22 +0000 Subject: [PATCH] Modified the info and error dashlet background images --- resources/css/kt-framing.css | 3 ++- resources/graphics/dashlet-gradient-error.gif | Bin 7185 -> 0 bytes resources/graphics/dashlet-gradient-error_old.gif | Bin 0 -> 7185 bytes resources/graphics/dashlet-gradient-info.gif | Bin 2809 -> 0 bytes resources/graphics/dashlet-gradient-info_old.gif | Bin 0 -> 2809 bytes 5 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 resources/graphics/dashlet-gradient-error_old.gif create mode 100644 resources/graphics/dashlet-gradient-info_old.gif diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index 9b4fd72..ab058ce 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -1231,7 +1231,8 @@ a.main_nav_item { .ktBlock, .ktInfo, .ktError { - background-repeat: no-repeat; + background-repeat: repeat-x; + top left; } .ktInfo { diff --git a/resources/graphics/dashlet-gradient-error.gif b/resources/graphics/dashlet-gradient-error.gif index 4518cf3..92b315f 100644 Binary files a/resources/graphics/dashlet-gradient-error.gif and b/resources/graphics/dashlet-gradient-error.gif differ diff --git a/resources/graphics/dashlet-gradient-error_old.gif b/resources/graphics/dashlet-gradient-error_old.gif new file mode 100644 index 0000000..4518cf3 Binary files /dev/null and b/resources/graphics/dashlet-gradient-error_old.gif differ diff --git a/resources/graphics/dashlet-gradient-info.gif b/resources/graphics/dashlet-gradient-info.gif index 9478e8d..4b3f259 100644 Binary files a/resources/graphics/dashlet-gradient-info.gif and b/resources/graphics/dashlet-gradient-info.gif differ diff --git a/resources/graphics/dashlet-gradient-info_old.gif b/resources/graphics/dashlet-gradient-info_old.gif new file mode 100644 index 0000000..9478e8d Binary files /dev/null and b/resources/graphics/dashlet-gradient-info_old.gif differ -- libgit2 0.21.4