Commit 521ca5e11adf378c5fe979b55f4f4ad2b880dcfe
1 parent
7789f1de
Little fixes
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6107 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
7 additions
and
6 deletions
resources/css/kt-framing.css
| ... | ... | @@ -719,8 +719,7 @@ a.main_nav_item { |
| 719 | 719 | top: 0; |
| 720 | 720 | z-index: 1; |
| 721 | 721 | width: auto; |
| 722 | - padding-left: 17em; | |
| 723 | - padding-right: 2em; | |
| 722 | + padding: 0 2em 1em 17em; | |
| 724 | 723 | } |
| 725 | 724 | |
| 726 | 725 | #content.view.withviewlets { |
| ... | ... | @@ -1682,13 +1681,14 @@ hr { |
| 1682 | 1681 | font-size: small; |
| 1683 | 1682 | } |
| 1684 | 1683 | |
| 1684 | +.collapsible .collapsiblebody { | |
| 1685 | + display: none; | |
| 1686 | +} | |
| 1687 | + | |
| 1685 | 1688 | .collapsible.expanded .collapsiblebody { |
| 1686 | 1689 | display: block; |
| 1687 | 1690 | } |
| 1688 | 1691 | |
| 1689 | -.collapsible .collapsiblebody { | |
| 1690 | - display: none; | |
| 1691 | -} | |
| 1692 | 1692 | |
| 1693 | 1693 | |
| 1694 | 1694 | /* -------------------------- iframe browse ------------------------ */ |
| ... | ... | @@ -1785,6 +1785,7 @@ hr { |
| 1785 | 1785 | /* background-color: white; |
| 1786 | 1786 | opacity: 0.5; */ |
| 1787 | 1787 | text-align: center; |
| 1788 | + z-index: 1000; | |
| 1788 | 1789 | } |
| 1789 | 1790 | |
| 1790 | 1791 | .addDialog | ... | ... |
templates/ktstandard/searchdashlet/dashlet.smarty
| 1 | 1 | <form action="{ktLink base="search/simpleSearch.php"}" method="GET"> |
| 2 | -<input type="text" name="fSearchableText" id="dashlet-search-text" | |
| 2 | +<input onclick="this.focus()" type="text" name="fSearchableText" id="dashlet-search-text" | |
| 3 | 3 | size="15" /><input type="submit" value="{i18n}search{/i18n}" |
| 4 | 4 | class="searchbutton frontpage" /> |
| 5 | 5 | </form> | ... | ... |