Revision bd38635d
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
css/kivitendo/frame_header/header.css | ||
---|---|---|
6 | 6 |
} |
7 | 7 |
|
8 | 8 |
#frame-header { |
9 |
text-align: center;
|
|
9 |
text-align: left;
|
|
10 | 10 |
margin: 0; |
11 |
padding: 0; |
|
12 | 11 |
border: 0; |
13 | 12 |
overflow: hidden; |
14 | 13 |
height: 20px; |
... | ... | |
19 | 18 |
top: 0; |
20 | 19 |
z-index: 40; |
21 | 20 |
background-color: white; |
21 |
line-height: 100%; |
|
22 | 22 |
} |
23 | 23 |
|
24 | 24 |
#frame-header + div { |
... | ... | |
27 | 27 |
|
28 | 28 |
#frame-header .frame-header-left { |
29 | 29 |
float: left; |
30 |
margin-right: 10px; |
|
31 |
margin-top: 2px; |
|
30 | 32 |
} |
31 | 33 |
#frame-header .frame-header-right { |
32 | 34 |
float: right; |
35 |
margin-top: 2px; |
|
33 | 36 |
} |
34 | 37 |
|
35 | 38 |
#frame-header .frame-header-left, |
... | ... | |
42 | 45 |
} |
43 | 46 |
|
44 | 47 |
#frame-header .frame-header-right { |
45 |
margin-top: 3px;
|
|
48 |
vertical-align: middle;
|
|
46 | 49 |
} |
47 | 50 |
|
48 | 51 |
#frame-header #ajax-spinner { |
49 |
margin-top: 2px; |
|
50 |
margin-right: 10px; |
|
51 | 52 |
display: none; |
52 | 53 |
} |
53 | 54 |
|
54 | 55 |
#frame-header input { |
55 | 56 |
font-size: 12px; |
57 |
margin-top: 2px; |
|
56 | 58 |
} |
css/lx-office-erp/frame_header/header.css | ||
---|---|---|
9 | 9 |
|
10 | 10 |
#frame-header { |
11 | 11 |
background-color: #d0cfc9; |
12 |
text-align: center;
|
|
12 |
text-align: left;
|
|
13 | 13 |
margin: 0; |
14 |
padding: 0; |
|
15 | 14 |
color: black; |
16 | 15 |
border: 0; |
17 | 16 |
overflow: hidden; |
... | ... | |
30 | 29 |
|
31 | 30 |
#frame-header .frame-header-left { |
32 | 31 |
float: left; |
32 |
margin-right: 10px; |
|
33 | 33 |
} |
34 | 34 |
#frame-header .frame-header-right { |
35 | 35 |
float: right; |
... | ... | |
46 | 46 |
} |
47 | 47 |
|
48 | 48 |
#frame-header .frame-header-right { |
49 |
margin-top: 3px;
|
|
49 |
vertical-align: middle;
|
|
50 | 50 |
} |
51 | 51 |
|
52 | 52 |
#frame-header #ajax-spinner { |
53 |
margin-top: 2px; |
|
54 |
margin-right: 10px; |
|
55 | 53 |
display: none; |
56 | 54 |
width: 16px; |
57 | 55 |
height: 16px; |
... | ... | |
61 | 59 |
|
62 | 60 |
#frame-header input { |
63 | 61 |
font-size: 100%; |
62 |
margin-top: 1px; |
|
64 | 63 |
} |
templates/webpages/menu/header.html | ||
---|---|---|
5 | 5 |
<span class="frame-header-element frame-header-left"> |
6 | 6 |
[<a href="controller.pl?action=LoginScreen/user_login" target="_blank" title="[% 'Open a further kivitendo window or tab' | $T8 %]">[% 'New window/tab' | $T8 %]</a>] |
7 | 7 |
[<a href="JavaScript:top.print();" title="[% 'Hardcopy' | $T8 %]">[% 'Print' | $T8 %]</a>] |
8 |
|
|
9 |
[%- FOREACH search = quick_search.enabled_modules %] |
|
10 |
[<input id="top-quick-search-[% search.name %]" module="[% search.name %]" placeholder="[% search.description_field %]" maxlength="20">] |
|
11 |
[%- END %] |
|
12 |
|
|
13 | 8 |
</span> |
14 | 9 |
[%- END %] |
15 | 10 |
<span class="frame-header-element frame-header-right"> |
... | ... | |
18 | 13 |
<a href="controller.pl?action=LoginScreen/logout" target="_top" title="[% 'Logout now' | $T8 %]">[% 'Logout' | $T8 %]</a>] |
19 | 14 |
</span> |
20 | 15 |
<span class="frame-header-element frame-header-right" id="ajax-spinner"> |
21 |
<img src="image/[% IF MYCONFIG.stylesheet == 'lx-office-erp.css' %]spinner-blue.gif[% ELSE %]spinner-white.gif[% END %]" alt="[% LxERP.t8('Loading...') %]">
|
|
16 |
<img src="image/spinner-white.gif" alt="[% LxERP.t8('Loading...') %]">
|
|
22 | 17 |
</span> |
18 |
[%- FOREACH search = quick_search.enabled_modules %] |
|
19 |
<span class='frame-header-quicksearch'><input id="top-quick-search-[% search.name %]" module="[% search.name %]" placeholder="[% search.description_field %]" maxlength="20"></span> |
|
20 |
[%- END %] |
|
21 |
|
|
23 | 22 |
</div> |
24 | 23 |
[%- END %] |
Auch abrufbar als: Unified diff
header css: Schnellsuchen überlagern nicht mehr den rechten Block
behebt #268