Commit 67d67f824278ca6c11cb89a8a482dbddf3659101

Authored by Jonathan Byrne
1 parent 39d0221a

KTS-3104

"Dashboard Info Dashlets displaying white blocks when rolled up."

Fixed. Added new pngs to be used when an info dashlet is rolled up and changed css accordingly.

Committed By: Jonathan Byrne
Reviewed By: Jalaloedien Abrahams

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@8190 c91229c3-7414-0410-bfa2-8a42b809f60b
resources/css/kt-framing.css
... ... @@ -1738,6 +1738,15 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes
1738 1738 display: none;
1739 1739 }
1740 1740  
  1741 +.dashboard_block.rolled-up .info_dashlet_bottomleft
  1742 +{
  1743 + background: url(../graphics/info_bottomleft_rolledup.png) bottom left no-repeat;
  1744 +}
  1745 +
  1746 +.dashboard_block.rolled-up .info_dashlet_bottomright
  1747 +{
  1748 + background: url(../graphics/info_bottomright_rolledup.png) bottom right no-repeat;
  1749 +}
1741 1750  
1742 1751 #copyrightbarBorder {
1743 1752 margin-top: 40px;
... ...
resources/graphics/info_bottomleft_rolledup.png 0 → 100644

273 Bytes

resources/graphics/info_bottomright_rolledup.png 0 → 100644

359 Bytes