Commit 6272f24d9a30f5f5895af78d17cd833b33967c97

Authored by Bryn Divey
1 parent 0e978525

Fixes


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6096 c91229c3-7414-0410-bfa2-8a42b809f60b
resources/css/kt-framing.css
... ... @@ -1623,5 +1623,10 @@ body #content #add_dashlet
1623 1623 color: #333;
1624 1624 font-weight: normal;
1625 1625 float: right;
  1626 + margin-right: 3em;
1626 1627 }
1627 1628  
  1629 +#dashlet-search-text
  1630 +{
  1631 + z-index: 5;
  1632 +}
1628 1633 \ No newline at end of file
... ...
templates/kt3/dashboard.smarty
... ... @@ -51,7 +51,3 @@
51 51 </div>
52 52  
53 53  
54   - <div class="floatClear"> </div>
55   -
56   -
57   -
... ...
templates/kt3/standard_page.smarty
... ... @@ -197,7 +197,6 @@
197 197 <div id="bodyBottomRight"></div>
198 198 <div id="bodyBottomLeft"></div>
199 199 </div>
200   - </div>
201 200  
202 201 <div id="copyrightbarBorder">
203 202 <div id="copyrightbar">
... ...