From 8cb22f3ef87d9ffb83adbc728075dbcabab14193 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 11 Oct 2012 09:50:38 +0200 Subject: [PATCH] =?utf8?q?CSS-Klasse=20"listheading"=20nur=20f=C3=BCr=20Ta?= =?utf8?q?bellen=C3=BCberschriften=20verwenden?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- css/kivitendo/main.css | 14 +++----------- .../acctranscorrections/analyze_filter.html | 2 +- .../acctranscorrections/delete_transaction.html | 2 +- .../delete_transaction_confirmation.html | 2 +- templates/webpages/admin/edit_groups.html | 13 ++++--------- templates/webpages/admin/list_users.html | 8 ++++---- templates/webpages/am/edit_templates.html | 2 +- templates/webpages/common/show_vc_details.html | 6 +++--- .../report_generator/csv_export_options.html | 2 +- .../webpages/report_generator/html_report.html | 2 +- .../report_generator/pdf_export_options.html | 2 +- 11 files changed, 21 insertions(+), 34 deletions(-) diff --git a/css/kivitendo/main.css b/css/kivitendo/main.css index 7b7f4fa24..9714d4ac3 100644 --- a/css/kivitendo/main.css +++ b/css/kivitendo/main.css @@ -166,7 +166,7 @@ body.menu { border-width: thin; } /* Headings */ -.listtop, h1, .tabcontent .listheading { +.listtop, h1 { font-size:125%; background-color: #006400; text-align: left; @@ -192,21 +192,13 @@ body.menu { } */ .listheading { padding: 0.2em; - background-color: #006400; - color: white; + background-color: #EBEBEB; + color: #006400; font-weight: bolder; text-align: left; border-style: none; } -.listheading A:link, .listheading A:visited, .listheading A:active { - color: white; -} - -.listheading th { - color: white; -} - /* .listheadingcontent { background-color: #EBEBEB; color: #006400; diff --git a/templates/webpages/acctranscorrections/analyze_filter.html b/templates/webpages/acctranscorrections/analyze_filter.html index 2aa769d3f..db4198e1b 100644 --- a/templates/webpages/acctranscorrections/analyze_filter.html +++ b/templates/webpages/acctranscorrections/analyze_filter.html @@ -2,7 +2,7 @@ [% USE HTML %] [%- USE L %] -

[% title %]

+

[% title %]

[% 'Earlier versions of kivitendo contained bugs which might have led to wrong entries in the general ledger.' | $T8 %] diff --git a/templates/webpages/acctranscorrections/delete_transaction.html b/templates/webpages/acctranscorrections/delete_transaction.html index 2c461b04f..ad9a07659 100644 --- a/templates/webpages/acctranscorrections/delete_transaction.html +++ b/templates/webpages/acctranscorrections/delete_transaction.html @@ -2,7 +2,7 @@ [% USE HTML %] [% USE LxERP %] -

[% title %]

+

[% title %]

[%- IF module == 'ar' %] diff --git a/templates/webpages/acctranscorrections/delete_transaction_confirmation.html b/templates/webpages/acctranscorrections/delete_transaction_confirmation.html index c07547135..63181fccc 100644 --- a/templates/webpages/acctranscorrections/delete_transaction_confirmation.html +++ b/templates/webpages/acctranscorrections/delete_transaction_confirmation.html @@ -2,7 +2,7 @@ [% USE HTML %] [% USE LxERP %] -

[% title %]

+

[% title %]

[%- IF module == 'ar' %] diff --git a/templates/webpages/admin/edit_groups.html b/templates/webpages/admin/edit_groups.html index 6056107e1..d893a5807 100644 --- a/templates/webpages/admin/edit_groups.html +++ b/templates/webpages/admin/edit_groups.html @@ -8,7 +8,8 @@

[% 'Back' | $T8 %]

-
[% 'Add a new group' | $T8 %]
+

[% 'Add a new group' | $T8 %]

+

@@ -17,13 +18,11 @@

-
+

[% 'Edit and delete a group' | $T8 %]

-
[% 'Edit and delete a group' | $T8 %]
- [% IF num_groups %]

-

[% 'User Login' | $T8 %]
- diff --git a/templates/webpages/am/edit_templates.html b/templates/webpages/am/edit_templates.html index a25abc69e..bbce54414 100644 --- a/templates/webpages/am/edit_templates.html +++ b/templates/webpages/am/edit_templates.html @@ -1,7 +1,7 @@ [%- USE T8 %] [% USE HTML %] -
[% title %]
+

[% title %]

[% IF type == 'templates' %]

[[% 'Help Template Variables' | $T8 %]]

diff --git a/templates/webpages/common/show_vc_details.html b/templates/webpages/common/show_vc_details.html index 49363ea01..a0abdc275 100644 --- a/templates/webpages/common/show_vc_details.html +++ b/templates/webpages/common/show_vc_details.html @@ -31,7 +31,7 @@ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -
[% 'Billing Address' | $T8 %]
+

[% 'Billing Address' | $T8 %]

[% 'Login Name' | $T8 %]
@@ -167,7 +167,7 @@ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -
[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"
+

[% 'Shipping Address' | $T8 %] "[% HTML.escape(row.shiptoname) %]"

@@ -233,7 +233,7 @@ [%- INCLUDE jump_block CONTACTS = CONTACTS, SHIPTO = SHIPTO %] -
[% 'Contact Person' | $T8 %] "[% HTML.escape(row.cp_name) %]"
+

[% 'Contact Person' | $T8 %] "[% HTML.escape(row.cp_name) %]"

diff --git a/templates/webpages/report_generator/csv_export_options.html b/templates/webpages/report_generator/csv_export_options.html index 70c39af02..0d49f2821 100644 --- a/templates/webpages/report_generator/csv_export_options.html +++ b/templates/webpages/report_generator/csv_export_options.html @@ -1,7 +1,7 @@ [%- USE T8 %] [% USE HTML %] -
[% HTML.escape(title) %]
+

[% HTML.escape(title) %]

diff --git a/templates/webpages/report_generator/html_report.html b/templates/webpages/report_generator/html_report.html index a35cfb6a1..332c5ef12 100644 --- a/templates/webpages/report_generator/html_report.html +++ b/templates/webpages/report_generator/html_report.html @@ -18,7 +18,7 @@

[% MESSAGE %]

[% END %] -
[% TITLE %]
+

[% TITLE %]

[% IF TOP_INFO_TEXT %]

[% TOP_INFO_TEXT %]

diff --git a/templates/webpages/report_generator/pdf_export_options.html b/templates/webpages/report_generator/pdf_export_options.html index 5af4de810..8956ed7ff 100644 --- a/templates/webpages/report_generator/pdf_export_options.html +++ b/templates/webpages/report_generator/pdf_export_options.html @@ -3,7 +3,7 @@ [%- SET default_margin = LxERP.format_amount(1.5) %] -
[% HTML.escape(title) %]
+

[% HTML.escape(title) %]

-- 2.20.1