Commit 33e920763bab85b7c378958e25ca2083c425c2af

Authored by kevin_fourie
1 parent fff291c1

KTS-1779

"UI issue on workflow action page. "
Fixed.

Reviewed By: Conrad

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@6381 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 2 additions and 2 deletions
resources/css/kt-framing.css
... ... @@ -36,8 +36,8 @@ body
36 36 border:1px ;
37 37 overflow: auto;
38 38 width: 80%;
39   - height: 450px;
40   - position: absolute;
  39 + min-height: 200px;
  40 + position: relative;
41 41 top:100;
42 42 left:100;
43 43 }
... ...