Commit 3b6a7405dea757daa9e31093eecd89522ec61856

Authored by Yusuf Davids
1 parent 16bcd54d

KTS-2800

"Dashlets display with horizontal lines between text"
Fixed. Changed the style overflow and padding

Committed By:Yusuf Davids
Reviewed By:Jalaloedien Abrahams

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7929 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 4 additions and 2 deletions
resources/css/kt-framing.css
@@ -553,8 +553,10 @@ a.main_nav_item { @@ -553,8 +553,10 @@ a.main_nav_item {
553 top: 0; 553 top: 0;
554 z-index: 1; 554 z-index: 1;
555 width:auto; 555 width:auto;
556 - padding: 0 2em 1em 0;  
557 - overflow: auto; 556 + /*padding: 0 2em 1em 0;
  557 + overflow: auto;*/
  558 + padding: 0.25em 2em 0em 0em;
  559 + overflow: hidden;
558 min-height: 600px; 560 min-height: 600px;
559 } 561 }
560 562