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 --- /dev/null +++ b/resources/graphics/info_bottomleft_rolledup.png diff --git a/resources/graphics/info_bottomright_rolledup.png b/resources/graphics/info_bottomright_rolledup.png new file mode 100644 index 0000000..b713f33 --- /dev/null +++ b/resources/graphics/info_bottomright_rolledup.png