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 %]
+
+ [% 'Edit and delete a group' | $T8 %]
-
-
- [% 'Group membership' | $T8 %]
+ [% 'Group membership' | $T8 %]
[% 'Edit the membership of all users in all groups:' | $T8 %]
@@ -60,7 +57,5 @@
-
-
diff --git a/templates/webpages/admin/list_users.html b/templates/webpages/admin/list_users.html
index 39883d173..ea8e8d74c 100644
--- a/templates/webpages/admin/list_users.html
+++ b/templates/webpages/admin/list_users.html
@@ -1,9 +1,9 @@
[%- USE T8 %]
[% USE HTML %]
-