From 67d67f824278ca6c11cb89a8a482dbddf3659101 Mon Sep 17 00:00:00 2001 From: Jonathan Byrne Date: Fri, 29 Feb 2008 06:18:06 +0000 Subject: [PATCH] KTS-3104 "Dashboard Info Dashlets displaying white blocks when rolled up." --- resources/css/kt-framing.css | 9 +++++++++ resources/graphics/info_bottomleft_rolledup.png | Bin 0 -> 273 bytes resources/graphics/info_bottomright_rolledup.png | Bin 0 -> 359 bytes 3 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 resources/graphics/info_bottomleft_rolledup.png create mode 100644 resources/graphics/info_bottomright_rolledup.png diff --git a/resources/css/kt-framing.css b/resources/css/kt-framing.css index a6b153f..c07f1d2 100644 --- a/resources/css/kt-framing.css +++ b/resources/css/kt-framing.css @@ -1738,6 +1738,15 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes display: none; } +.dashboard_block.rolled-up .info_dashlet_bottomleft +{ + background: url(../graphics/info_bottomleft_rolledup.png) bottom left no-repeat; +} + +.dashboard_block.rolled-up .info_dashlet_bottomright +{ + background: url(../graphics/info_bottomright_rolledup.png) bottom right no-repeat; +} #copyrightbarBorder { margin-top: 40px; diff --git a/resources/graphics/info_bottomleft_rolledup.png b/resources/graphics/info_bottomleft_rolledup.png new file mode 100644 index 0000000..4533e13 Binary files /dev/null and b/resources/graphics/info_bottomleft_rolledup.png differ diff --git a/resources/graphics/info_bottomright_rolledup.png b/resources/graphics/info_bottomright_rolledup.png new file mode 100644 index 0000000..b713f33 Binary files /dev/null and b/resources/graphics/info_bottomright_rolledup.png differ -- libgit2 0.21.4