Commit ad5f4152cedb0f4547949d5505a0ca10aafb0600
1 parent
bd7fa8de
KTC-57
"The footer disclaimer is bigger than the grey image. " Fixed. Reviewed By: Kevin git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6555 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
10 changed files
with
4 additions
and
4 deletions
resources/css/kt-framing.css
| ... | ... | @@ -1591,7 +1591,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1591 | 1591 | #copyrightbarBgDisclaimer{ |
| 1592 | 1592 | position: absolute; |
| 1593 | 1593 | background: url(../../resources/graphics/footer_bg_disclaimer.png) top left repeat-x; |
| 1594 | - height: 82px; | |
| 1594 | + height: 100px; | |
| 1595 | 1595 | width: 99%; |
| 1596 | 1596 | right: 5px; |
| 1597 | 1597 | top: 0px; |
| ... | ... | @@ -1601,7 +1601,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1601 | 1601 | position: absolute; |
| 1602 | 1602 | background: url(../../resources/graphics/footer_left_disclaimer.png) top left no-repeat; |
| 1603 | 1603 | width:8px; |
| 1604 | - height:82px; | |
| 1604 | + height:100px; | |
| 1605 | 1605 | top:0px; |
| 1606 | 1606 | left:3px; |
| 1607 | 1607 | } |
| ... | ... | @@ -1609,7 +1609,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1609 | 1609 | #copyrightbarRightDisclaimer{ |
| 1610 | 1610 | position: absolute; |
| 1611 | 1611 | background: url(../../resources/graphics/footer_right_disclaimer.png) top right no-repeat; |
| 1612 | - height:82px; | |
| 1612 | + height:100px; | |
| 1613 | 1613 | width:8px; |
| 1614 | 1614 | top:0px; |
| 1615 | 1615 | right:0px; |
| ... | ... | @@ -1628,7 +1628,7 @@ The text will be hidden for screen view. The generic fahrner-ish approach comes |
| 1628 | 1628 | |
| 1629 | 1629 | .copyrightbarBorderLogo{ |
| 1630 | 1630 | position: absolute; |
| 1631 | - top:30px; | |
| 1631 | + top:25px; | |
| 1632 | 1632 | right:20px; |
| 1633 | 1633 | border: 0; |
| 1634 | 1634 | } | ... | ... |
resources/graphics/footer_bg_disclaimer.png
resources/graphics/footer_left_disclaimer.png
resources/graphics/footer_right_disclaimer.png
skins/kts_blue/footer_bg_disclaimer.gif
skins/kts_blue/footer_bg_disclaimer.png
skins/kts_blue/footer_left_disclaimer.gif
skins/kts_blue/footer_left_disclaimer.png
skins/kts_blue/footer_right_disclaimer.gif
skins/kts_blue/footer_right_disclaimer.png