Commit 6272f24d9a30f5f5895af78d17cd833b33967c97
1 parent
0e978525
Fixes
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6096 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
3 changed files
with
5 additions
and
5 deletions
resources/css/kt-framing.css
| @@ -1623,5 +1623,10 @@ body #content #add_dashlet | @@ -1623,5 +1623,10 @@ body #content #add_dashlet | ||
| 1623 | color: #333; | 1623 | color: #333; |
| 1624 | font-weight: normal; | 1624 | font-weight: normal; |
| 1625 | float: right; | 1625 | float: right; |
| 1626 | + margin-right: 3em; | ||
| 1626 | } | 1627 | } |
| 1627 | 1628 | ||
| 1629 | +#dashlet-search-text | ||
| 1630 | +{ | ||
| 1631 | + z-index: 5; | ||
| 1632 | +} | ||
| 1628 | \ No newline at end of file | 1633 | \ No newline at end of file |
templates/kt3/dashboard.smarty
templates/kt3/standard_page.smarty
| @@ -197,7 +197,6 @@ | @@ -197,7 +197,6 @@ | ||
| 197 | <div id="bodyBottomRight"></div> | 197 | <div id="bodyBottomRight"></div> |
| 198 | <div id="bodyBottomLeft"></div> | 198 | <div id="bodyBottomLeft"></div> |
| 199 | </div> | 199 | </div> |
| 200 | - </div> | ||
| 201 | 200 | ||
| 202 | <div id="copyrightbarBorder"> | 201 | <div id="copyrightbarBorder"> |
| 203 | <div id="copyrightbar"> | 202 | <div id="copyrightbar"> |