Commit aaef9bba88838f444892d8c6f736f7bd8924a3da
1 parent
53864f13
My commits for UI fixes
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6104 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
3 changed files
with
13 additions
and
10 deletions
resources/css/kt-framing.css
| ... | ... | @@ -41,7 +41,7 @@ body |
| 41 | 41 | |
| 42 | 42 | #pageBodyBg { |
| 43 | 43 | position: absolute; |
| 44 | - background: url(../../resources/graphics/page_bg.png) bottom left repeat-x; | |
| 44 | + background: url(../../resources/graphics/page_bg.png) bottom left repeat-x; | |
| 45 | 45 | width: 99.2%; |
| 46 | 46 | height: 611px; |
| 47 | 47 | bottom: 0px; |
| ... | ... | @@ -312,7 +312,6 @@ a.main_nav_item { |
| 312 | 312 | float: left; |
| 313 | 313 | width: 16em; |
| 314 | 314 | left: 1em; |
| 315 | - background: transparent; | |
| 316 | 315 | margin: 0 10px 0 0 ; |
| 317 | 316 | padding: 0; |
| 318 | 317 | z-index: 2; /* IE layers this below the content bar. */ |
| ... | ... | @@ -384,13 +383,14 @@ a.main_nav_item { |
| 384 | 383 | } |
| 385 | 384 | |
| 386 | 385 | #portletbar .portlet .portletbody { |
| 387 | - position: relative; | |
| 386 | +/* THIS CAUSES IE RENDERING MADNESS */ | |
| 387 | +/* position: relative; */ | |
| 388 | 388 | background: url(../../resources/graphics/portlet_borderrepeat.png) top left repeat-y; |
| 389 | 389 | padding: 0 0 1em 0; |
| 390 | 390 | background-color: white; |
| 391 | 391 | border: 0; |
| 392 | 392 | width: 100%; |
| 393 | - height: 100%; | |
| 393 | + height: 100%; | |
| 394 | 394 | } |
| 395 | 395 | |
| 396 | 396 | #portletbar .portlet .portletbodyBottomLeft { |
| ... | ... | @@ -488,10 +488,6 @@ a.main_nav_item { |
| 488 | 488 | text-decoration: underline; |
| 489 | 489 | } |
| 490 | 490 | |
| 491 | -#portletbar .portlet h4:hover { | |
| 492 | - text-decoration: underline; | |
| 493 | -} | |
| 494 | - | |
| 495 | 491 | #portletbar .portlet h4 |
| 496 | 492 | { |
| 497 | 493 | padding-top: 0.35em; |
| ... | ... | @@ -501,6 +497,7 @@ a.main_nav_item { |
| 501 | 497 | text-align: left; |
| 502 | 498 | color: #FFFFFF; |
| 503 | 499 | font-size: small; |
| 500 | + margin: 0; | |
| 504 | 501 | } |
| 505 | 502 | |
| 506 | 503 | #portletbar .portlet.expanded h4 |
| ... | ... | @@ -518,6 +515,10 @@ a.main_nav_item { |
| 518 | 515 | font-size: small; |
| 519 | 516 | } |
| 520 | 517 | |
| 518 | +#portletbar .portlet h4:hover { | |
| 519 | + text-decoration: underline; | |
| 520 | +} | |
| 521 | + | |
| 521 | 522 | #portletbar .portlet .portletbody { |
| 522 | 523 | display: none; |
| 523 | 524 | } |
| ... | ... | @@ -1680,9 +1681,9 @@ hr { |
| 1680 | 1681 | background-color: white; |
| 1681 | 1682 | padding: 2em; |
| 1682 | 1683 | margin: 10% 30%; |
| 1683 | - opacity: 1; | |
| 1684 | 1684 | overflow: hidden; |
| 1685 | 1685 | text-align: left; |
| 1686 | + z-index:100; | |
| 1686 | 1687 | } |
| 1687 | 1688 | |
| 1688 | 1689 | ... | ... |
resources/graphics/portlet_corner_bottomright.png
templates/kt3/standard_page.smarty
| ... | ... | @@ -49,7 +49,7 @@ |
| 49 | 49 | {/foreach} |
| 50 | 50 | </head> |
| 51 | 51 | <body {if (!$page->show_portlets)}class="noportlets"{/if}> |
| 52 | -<input type="hidden" name="kt-core-baseurl" id="kt-core-baseurl" value="{$rootUrl}" /> | |
| 52 | +<form><input type="hidden" name="kt-core-baseurl" id="kt-core-baseurl" value="{$rootUrl}" /></form> | |
| 53 | 53 | <div id="pageBody"> |
| 54 | 54 | <div id="bodyTopLeft"></div> |
| 55 | 55 | <div id="bodyTopRepeat"></div> |
| ... | ... | @@ -184,6 +184,7 @@ |
| 184 | 184 | {$page->contents} |
| 185 | 185 | <div class="floatClear"></div> |
| 186 | 186 | </div> |
| 187 | + <div class="floatClear"></div> | |
| 187 | 188 | </div> |
| 188 | 189 | <div id="pageBodyBg"></div> |
| 189 | 190 | <div id="bodyLeftRepeatTop"></div> |
| ... | ... | @@ -193,6 +194,7 @@ |
| 193 | 194 | <div id="bodyBottomRepeat"></div> |
| 194 | 195 | <div id="bodyBottomRight"></div> |
| 195 | 196 | <div id="bodyBottomLeft"></div> |
| 197 | + <div class="floatClear"></div> | |
| 196 | 198 | </div> |
| 197 | 199 | <div id="copyrightbarBorder"> |
| 198 | 200 | <div id="copyrightbarLeft"></div> | ... | ... |