From: Moritz Bunkus
Date: Thu, 11 Oct 2012 07:50:38 +0000 (+0200)
Subject: CSS-Klasse "listheading" nur für Tabellenüberschriften verwenden
X-Git-Tag: release-3.0.0beta1~225^2~4
X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8cb22f3ef87d9ffb83adbc728075dbcabab14193;p=kivitendo-erp.git
CSS-Klasse "listheading" nur für Tabellenüberschriften verwenden
---
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 %]
-