Commit d68b794a2d827f9b0eab1c9aad862991d4127650

Authored by Bryn Divey
1 parent 6272f24d

Fixed a bug with the mailserver dashlet


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6097 c91229c3-7414-0410-bfa2-8a42b809f60b
resources/css/kt-framing.css
... ... @@ -1532,6 +1532,11 @@ hr {
1532 1532 display: none;
1533 1533 }
1534 1534  
  1535 +.dashboard_block .dashboard_block_body
  1536 +{
  1537 + z-index:99;
  1538 +}
  1539 +
1535 1540 /* actions */
1536 1541  
1537 1542 #content .dashboard_block .action
... ... @@ -1625,8 +1630,3 @@ body #content #add_dashlet
1625 1630 float: right;
1626 1631 margin-right: 3em;
1627 1632 }
1628   -
1629   -#dashlet-search-text
1630   -{
1631   - z-index: 5;
1632   -}
1633 1633 \ No newline at end of file
... ...
templates/ktcore/dashlets/mailserver.smarty
... ... @@ -5,4 +5,3 @@ documents and sending of notifications are disabled.{/i18n}</p>
5 5 <p>{i18n}Edit the [email] section of the config.ini file to set your email
6 6 server and the sending address of the KnowledgeTree server.{/i18n}</p>
7 7 {/if}
8   -</div>
... ...