diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php
index f296130849a..ca3d325c928 100644
--- a/htdocs/lib/functions.inc.php
+++ b/htdocs/lib/functions.inc.php
@@ -1069,11 +1069,11 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="", $
// Exemple si (sortfield,field)=("nom","xxx.nom") ou (sortfield,field)=("nom","nom")
if ($sortfield == $field || $sortfield == ereg_replace("^[^\.]+\.","",$field))
{
- print '
';
}
else
{
- print ' | ';
+ print ' | ';
}
print $name." ";
print ''.img_down("A-Z").'';
diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css
index 1284f09620a..d3e77eb3657 100644
--- a/htdocs/theme/dev/dev.css
+++ b/htdocs/theme/dev/dev.css
@@ -300,10 +300,6 @@ td.menu {
border-bottom: 1px solid #000000;
}
-td.menusel {
- border: 1px solid #000000;
- }
-
td.border {
border: 1px solid #000000;
}
@@ -339,12 +335,6 @@ div.leftmenu {
color: #000000;
text-decoration: none }
-.menusel
-{
- font-weight: bold;
- color: #000000;
- text-decoration: none }
-
.submenu
{
color: #000000;
@@ -372,14 +362,38 @@ div.titre {
font-weight: bold;
color: #663366;
text-decoration: none }
+
+
/*
- *
- */
+ * Tableaux
+ */
+
+input.liste_titre {
+ background: #cacaca;
+}
+
tr.liste_titre {
background: #cacaca;
- border: 1px solid #000000;
font-weight: bold;
text-decoration: none;
+ border-top: 1px solid #888888;
+ white-space: nowrap
+}
+
+td.liste_titre {
+ background: #cacaca;
+ font-weight: bold;
+ text-decoration: none;
+ border-top: 1px solid #888888;
+ white-space: nowrap
+}
+
+.liste_titre_sel
+{
+ color: #220000;
+ font-weight: bold;
+ text-decoration: none;
+ border-top: 1px solid #888888;
white-space: nowrap
}
@@ -387,7 +401,6 @@ tr.liste_total {
background: #F0F0F0;
font-weight: bold;
white-space: nowrap;
- border-top: 1px solid #888888;
}
tr.pair {
@@ -406,18 +419,18 @@ tr.impair {
*
*/
tr.box_titre {
- font-weight: bold; }
-
+ font-weight: bold; }
+
tr.box_pair {
- background: #dfdfdf;
- border-bottom: 1px solid #000000;
- font-size: 0.6em;
- }
-
+ background: #dfdfdf;
+ border-bottom: 1px solid #000000;
+ font-size: 10px;
+ }
+
tr.box_impair {
- border-bottom: 1px solid #000000;
- font-size: 0.6em;
- }
+ border-bottom: 1px solid #000000;
+ font-size: 10px;
+ }
tr.fiche {
font-family: Helvetica, Verdana;
diff --git a/htdocs/theme/dev/img/search.png b/htdocs/theme/dev/img/search.png
new file mode 100644
index 00000000000..0df0df04ca5
Binary files /dev/null and b/htdocs/theme/dev/img/search.png differ
diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css
index 6f98716b47a..dc3a6f3f1f5 100644
--- a/htdocs/theme/dolibarr/dolibarr.css
+++ b/htdocs/theme/dolibarr/dolibarr.css
@@ -24,10 +24,9 @@ body {
background: #e0ebeb;
margin: 0px;
font-family: sans-serif; font-size: 0.95em;
-/***** Styles par défaut *****/
}
-
+/***** Styles par défaut *****/
div.body
{
margin-top: 1px;
@@ -136,6 +135,19 @@ a.login:hover
text-decoration: underline;
}
+img.login
+{
+ position: absolute;
+ right: 9px;
+ top: 1px;
+
+ padding:2px;
+ text-decoration:none;
+ color:white;
+ font-weight:bold;
+}
+
+
/*
* Barre de gauche
*/
@@ -307,10 +319,6 @@ td.menu {
border: 1px solid #000000;
}
-td.menusel {
- border: 1px solid #000000;
- }
-
td.border {
border: 1px solid #000000;
}
@@ -331,12 +339,6 @@ div.menus {
color: #000000;
text-decoration: none }
-.menusel {
- background: #cceeee;
- font-size: 0.9em; font-weight: bold;
- color: #000000;
- text-decoration: none }
-
.submenu {
background: #b3cccc;
font-size: 0.9em;
@@ -378,14 +380,39 @@ div.titre {
text-decoration: none }
/*
- *
- */
+ * Tableaux
+ */
+
+input.liste_titre {
+ background: #b3cccc;
+}
+
tr.liste_titre {
background: #b3cccc;
font-family: Helvetica, Verdana;
- font-size: 0.9em;
font-weight: bold;
- border: 1px solid #8CACBB;
+ border-top: 1px solid #8CACBB;
+ white-space: nowrap;
+}
+
+td.liste_titre {
+ background: #b3cccc;
+ font-family: Helvetica, Verdana;
+ font-weight: bold;
+ border-top: 1px solid #8CACBB;
+ border-right: 0px;
+ border-right: 0px;
+ white-space: nowrap;
+}
+
+.liste_titre_sel {
+ color: #000000;
+ background: #cceeee;
+ font-family: Helvetica, Verdana;
+ font-weight: bold;
+ border-top: 1px solid #8CACBB;
+ border-right: 0px;
+ border-right: 0px;
white-space: nowrap;
}
diff --git a/htdocs/theme/dolibarr/img/1downarrow.png b/htdocs/theme/dolibarr/img/1downarrow.png
index 2af188449f8..91ceba54f2d 100644
Binary files a/htdocs/theme/dolibarr/img/1downarrow.png and b/htdocs/theme/dolibarr/img/1downarrow.png differ
diff --git a/htdocs/theme/dolibarr/img/1uparrow.png b/htdocs/theme/dolibarr/img/1uparrow.png
index bd1719ae259..8283c1fbcb3 100644
Binary files a/htdocs/theme/dolibarr/img/1uparrow.png and b/htdocs/theme/dolibarr/img/1uparrow.png differ
diff --git a/htdocs/theme/dolibarr/img/addfile.png b/htdocs/theme/dolibarr/img/addfile.png
new file mode 100644
index 00000000000..3bfa627d758
Binary files /dev/null and b/htdocs/theme/dolibarr/img/addfile.png differ
diff --git a/htdocs/theme/dolibarr/img/background.png b/htdocs/theme/dolibarr/img/background.png
new file mode 100644
index 00000000000..d715e276541
Binary files /dev/null and b/htdocs/theme/dolibarr/img/background.png differ
diff --git a/htdocs/theme/dolibarr/img/bookmark.png b/htdocs/theme/dolibarr/img/bookmark.png
new file mode 100644
index 00000000000..bb859eed384
Binary files /dev/null and b/htdocs/theme/dolibarr/img/bookmark.png differ
diff --git a/htdocs/theme/dolibarr/img/button_bg.png b/htdocs/theme/dolibarr/img/button_bg.png
new file mode 100644
index 00000000000..b640ea67458
Binary files /dev/null and b/htdocs/theme/dolibarr/img/button_bg.png differ
diff --git a/htdocs/theme/dolibarr/img/button_edit.png b/htdocs/theme/dolibarr/img/button_edit.png
new file mode 100644
index 00000000000..ce8b226710b
Binary files /dev/null and b/htdocs/theme/dolibarr/img/button_edit.png differ
diff --git a/htdocs/theme/dolibarr/img/call.png b/htdocs/theme/dolibarr/img/call.png
new file mode 100644
index 00000000000..8315c57d61d
Binary files /dev/null and b/htdocs/theme/dolibarr/img/call.png differ
diff --git a/htdocs/theme/dolibarr/img/call_out.png b/htdocs/theme/dolibarr/img/call_out.png
new file mode 100644
index 00000000000..bf972d8b1ae
Binary files /dev/null and b/htdocs/theme/dolibarr/img/call_out.png differ
diff --git a/htdocs/theme/dolibarr/img/disable.png b/htdocs/theme/dolibarr/img/disable.png
new file mode 100644
index 00000000000..adc3d27f648
Binary files /dev/null and b/htdocs/theme/dolibarr/img/disable.png differ
diff --git a/htdocs/theme/dolibarr/img/edit_add.png b/htdocs/theme/dolibarr/img/edit_add.png
new file mode 100644
index 00000000000..f6e67164208
Binary files /dev/null and b/htdocs/theme/dolibarr/img/edit_add.png differ
diff --git a/htdocs/theme/dolibarr/img/edit_remove.png b/htdocs/theme/dolibarr/img/edit_remove.png
new file mode 100644
index 00000000000..0c7ca54fa1f
Binary files /dev/null and b/htdocs/theme/dolibarr/img/edit_remove.png differ
diff --git a/htdocs/theme/dolibarr/img/error.png b/htdocs/theme/dolibarr/img/error.png
new file mode 100644
index 00000000000..f893de7abf3
Binary files /dev/null and b/htdocs/theme/dolibarr/img/error.png differ
diff --git a/htdocs/theme/dolibarr/img/folder-home.png b/htdocs/theme/dolibarr/img/folder-home.png
new file mode 100644
index 00000000000..3afa8033793
Binary files /dev/null and b/htdocs/theme/dolibarr/img/folder-home.png differ
diff --git a/htdocs/theme/dolibarr/img/folder-open.png b/htdocs/theme/dolibarr/img/folder-open.png
new file mode 100644
index 00000000000..33cc0bb90e1
Binary files /dev/null and b/htdocs/theme/dolibarr/img/folder-open.png differ
diff --git a/htdocs/theme/dolibarr/img/high.png b/htdocs/theme/dolibarr/img/high.png
new file mode 100644
index 00000000000..429ee98186e
Binary files /dev/null and b/htdocs/theme/dolibarr/img/high.png differ
diff --git a/htdocs/theme/dolibarr/img/info.png b/htdocs/theme/dolibarr/img/info.png
new file mode 100644
index 00000000000..43b02977cd8
Binary files /dev/null and b/htdocs/theme/dolibarr/img/info.png differ
diff --git a/htdocs/theme/dolibarr/img/lock.png b/htdocs/theme/dolibarr/img/lock.png
new file mode 100644
index 00000000000..03480e30c37
Binary files /dev/null and b/htdocs/theme/dolibarr/img/lock.png differ
diff --git a/htdocs/theme/dolibarr/img/logout.png b/htdocs/theme/dolibarr/img/logout.png
new file mode 100644
index 00000000000..3e57c584ed6
Binary files /dev/null and b/htdocs/theme/dolibarr/img/logout.png differ
diff --git a/htdocs/theme/dolibarr/img/object_action.png b/htdocs/theme/dolibarr/img/object_action.png
new file mode 100644
index 00000000000..dd356305161
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_action.png differ
diff --git a/htdocs/theme/dolibarr/img/object_bill.png b/htdocs/theme/dolibarr/img/object_bill.png
new file mode 100644
index 00000000000..cd48a169672
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_bill.png differ
diff --git a/htdocs/theme/dolibarr/img/object_book.png b/htdocs/theme/dolibarr/img/object_book.png
new file mode 100644
index 00000000000..e355fbf7506
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_book.png differ
diff --git a/htdocs/theme/dolibarr/img/object_commercial.png b/htdocs/theme/dolibarr/img/object_commercial.png
new file mode 100644
index 00000000000..5f11e40a81f
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_commercial.png differ
diff --git a/htdocs/theme/dolibarr/img/object_company.png b/htdocs/theme/dolibarr/img/object_company.png
new file mode 100644
index 00000000000..2a582b8bd4c
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_company.png differ
diff --git a/htdocs/theme/dolibarr/img/object_contact.png b/htdocs/theme/dolibarr/img/object_contact.png
new file mode 100644
index 00000000000..262303d67f4
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_contact.png differ
diff --git a/htdocs/theme/dolibarr/img/object_contract.png b/htdocs/theme/dolibarr/img/object_contract.png
new file mode 100644
index 00000000000..52f910ba1f6
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_contract.png differ
diff --git a/htdocs/theme/dolibarr/img/object_email.png b/htdocs/theme/dolibarr/img/object_email.png
new file mode 100644
index 00000000000..2a7d3ff43de
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_email.png differ
diff --git a/htdocs/theme/dolibarr/img/object_generic.png b/htdocs/theme/dolibarr/img/object_generic.png
new file mode 100644
index 00000000000..4d5f811a891
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_generic.png differ
diff --git a/htdocs/theme/dolibarr/img/object_group.png b/htdocs/theme/dolibarr/img/object_group.png
new file mode 100644
index 00000000000..2ad5c0ca642
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_group.png differ
diff --git a/htdocs/theme/dolibarr/img/object_intervention.png b/htdocs/theme/dolibarr/img/object_intervention.png
new file mode 100644
index 00000000000..7bb7ef583b4
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_intervention.png differ
diff --git a/htdocs/theme/dolibarr/img/object_order.png b/htdocs/theme/dolibarr/img/object_order.png
new file mode 100644
index 00000000000..732ab97c439
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_order.png differ
diff --git a/htdocs/theme/dolibarr/img/object_phoning.png b/htdocs/theme/dolibarr/img/object_phoning.png
new file mode 100644
index 00000000000..5f11e40a81f
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_phoning.png differ
diff --git a/htdocs/theme/dolibarr/img/object_product.png b/htdocs/theme/dolibarr/img/object_product.png
new file mode 100644
index 00000000000..f79b9cc78ff
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_product.png differ
diff --git a/htdocs/theme/dolibarr/img/object_propal.png b/htdocs/theme/dolibarr/img/object_propal.png
new file mode 100644
index 00000000000..4a52d65b9e6
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_propal.png differ
diff --git a/htdocs/theme/dolibarr/img/object_rss.png b/htdocs/theme/dolibarr/img/object_rss.png
new file mode 100644
index 00000000000..85cf0999578
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_rss.png differ
diff --git a/htdocs/theme/dolibarr/img/object_sending.png b/htdocs/theme/dolibarr/img/object_sending.png
new file mode 100644
index 00000000000..efda8cc7262
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_sending.png differ
diff --git a/htdocs/theme/dolibarr/img/object_service.png b/htdocs/theme/dolibarr/img/object_service.png
new file mode 100644
index 00000000000..38a65e2b663
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_service.png differ
diff --git a/htdocs/theme/dolibarr/img/object_stock.png b/htdocs/theme/dolibarr/img/object_stock.png
new file mode 100644
index 00000000000..279a34f869a
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_stock.png differ
diff --git a/htdocs/theme/dolibarr/img/object_task.png b/htdocs/theme/dolibarr/img/object_task.png
new file mode 100644
index 00000000000..82f4dff41b9
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_task.png differ
diff --git a/htdocs/theme/dolibarr/img/object_trip.png b/htdocs/theme/dolibarr/img/object_trip.png
new file mode 100644
index 00000000000..95cc4412111
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_trip.png differ
diff --git a/htdocs/theme/dolibarr/img/object_user.png b/htdocs/theme/dolibarr/img/object_user.png
new file mode 100644
index 00000000000..6dfb6baa77b
Binary files /dev/null and b/htdocs/theme/dolibarr/img/object_user.png differ
diff --git a/htdocs/theme/dolibarr/img/pdf.png b/htdocs/theme/dolibarr/img/pdf.png
new file mode 100644
index 00000000000..cd76e0f9253
Binary files /dev/null and b/htdocs/theme/dolibarr/img/pdf.png differ
diff --git a/htdocs/theme/dolibarr/img/recent.png b/htdocs/theme/dolibarr/img/recent.png
new file mode 100644
index 00000000000..624558b5ec3
Binary files /dev/null and b/htdocs/theme/dolibarr/img/recent.png differ
diff --git a/htdocs/theme/dolibarr/img/refresh.png b/htdocs/theme/dolibarr/img/refresh.png
new file mode 100644
index 00000000000..eb0388df4c3
Binary files /dev/null and b/htdocs/theme/dolibarr/img/refresh.png differ
diff --git a/htdocs/theme/dolibarr/img/reload.png b/htdocs/theme/dolibarr/img/reload.png
new file mode 100644
index 00000000000..e7aeaac5f28
Binary files /dev/null and b/htdocs/theme/dolibarr/img/reload.png differ
diff --git a/htdocs/theme/dolibarr/img/search.png b/htdocs/theme/dolibarr/img/search.png
new file mode 100644
index 00000000000..0df0df04ca5
Binary files /dev/null and b/htdocs/theme/dolibarr/img/search.png differ
diff --git a/htdocs/theme/dolibarr/img/star.png b/htdocs/theme/dolibarr/img/star.png
new file mode 100644
index 00000000000..2f3ebc13f01
Binary files /dev/null and b/htdocs/theme/dolibarr/img/star.png differ
diff --git a/htdocs/theme/dolibarr/img/stcomm-1.png b/htdocs/theme/dolibarr/img/stcomm-1.png
new file mode 100644
index 00000000000..1cabc6e95d8
Binary files /dev/null and b/htdocs/theme/dolibarr/img/stcomm-1.png differ
diff --git a/htdocs/theme/dolibarr/img/stcomm0.png b/htdocs/theme/dolibarr/img/stcomm0.png
new file mode 100644
index 00000000000..6053eeda485
Binary files /dev/null and b/htdocs/theme/dolibarr/img/stcomm0.png differ
diff --git a/htdocs/theme/dolibarr/img/stcomm1.png b/htdocs/theme/dolibarr/img/stcomm1.png
new file mode 100644
index 00000000000..8673653d1aa
Binary files /dev/null and b/htdocs/theme/dolibarr/img/stcomm1.png differ
diff --git a/htdocs/theme/dolibarr/img/stcomm2.png b/htdocs/theme/dolibarr/img/stcomm2.png
new file mode 100644
index 00000000000..a4ec85a1976
Binary files /dev/null and b/htdocs/theme/dolibarr/img/stcomm2.png differ
diff --git a/htdocs/theme/dolibarr/img/stcomm3.png b/htdocs/theme/dolibarr/img/stcomm3.png
new file mode 100644
index 00000000000..156187d6e6b
Binary files /dev/null and b/htdocs/theme/dolibarr/img/stcomm3.png differ
diff --git a/htdocs/theme/dolibarr/img/stcomm4.png b/htdocs/theme/dolibarr/img/stcomm4.png
new file mode 100644
index 00000000000..c839a8acec5
Binary files /dev/null and b/htdocs/theme/dolibarr/img/stcomm4.png differ
diff --git a/htdocs/theme/dolibarr/img/task.png b/htdocs/theme/dolibarr/img/task.png
new file mode 100644
index 00000000000..60749876a7c
Binary files /dev/null and b/htdocs/theme/dolibarr/img/task.png differ
diff --git a/htdocs/theme/dolibarr/img/unlock.png b/htdocs/theme/dolibarr/img/unlock.png
new file mode 100644
index 00000000000..a52d7900515
Binary files /dev/null and b/htdocs/theme/dolibarr/img/unlock.png differ
diff --git a/htdocs/theme/eldy/eldy.css b/htdocs/theme/eldy/eldy.css
index 701b8700767..50625970913 100644
--- a/htdocs/theme/eldy/eldy.css
+++ b/htdocs/theme/eldy/eldy.css
@@ -124,14 +124,6 @@ table.topbarre
color: #000000;
text-decoration: none;
}
-.menusel
-{
- background: #7699A9;
- font-weight: bold;
- font-size: 12px;
- color: #f0f0ff;
- text-decoration: none;
-}
a.tmenu:link
{
@@ -525,11 +517,51 @@ border-collapse: collapse;
border: 1px ridge
}
+
+/*
+ * Tableaux
+ */
+
+input.liste_titre {
+background: #7699A9;
+}
+
tr.liste_titre {
background: #7699A9;
color: #334444;
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
+border-top: 1px solid #FFFFFF;
+border-bottom: 1px solid #FFFFFF;
+white-space: nowrap;
+}
+
+td.liste_titre {
+background: #7699A9;
+color: #334444;
+font: helvetica, verdana, arial, sans-serif;
+font-weight: bold;
+border-top: 1px solid #FFFFFF;
+border-bottom: 1px solid #FFFFFF;
+white-space: nowrap;
+}
+
+.liste_titre_sel
+{
+background: #7699A9;
+color: #f0f0ff;
+font: helvetica, verdana, arial, sans-serif;
+font-weight: bold;
+border-top: 1px solid #FFFFFF;
+border-bottom: 1px solid #FFFFFF;
+white-space: nowrap;
+}
+
+th {
+background: #7699A9;
+color: #334444;
+font: helvetica, verdana, arial, sans-serif;
+font-weight: bold;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
@@ -544,18 +576,6 @@ white-space: nowrap;
border-top: 1px solid #888888;
}
-th {
-background: #7699A9;
-color: #334444;
-font: helvetica, verdana, arial, sans-serif;
-font-weight: bold;
-border-left: 1px solid #FFFFFF;
-border-right: 1px solid #FFFFFF;
-border-top: 1px solid #FFFFFF;
-border-bottom: 1px solid #FFFFFF;
-white-space: nowrap;
-}
-
td.border {
border-top: 1px solid #000000;
border-right: 1px solid #000000;
diff --git a/htdocs/theme/eldy/img/search.png b/htdocs/theme/eldy/img/search.png
new file mode 100644
index 00000000000..0df0df04ca5
Binary files /dev/null and b/htdocs/theme/eldy/img/search.png differ
diff --git a/htdocs/theme/freelug/freelug.css b/htdocs/theme/freelug/freelug.css
index 8108c8b8546..0c7db9df23f 100644
--- a/htdocs/theme/freelug/freelug.css
+++ b/htdocs/theme/freelug/freelug.css
@@ -119,15 +119,6 @@ table.topbarre
text-decoration: none;
}
-.menusel
-{
- background: #777799;
- font-weight: bold;
- font-size: 12px;
- color: #DCCCBB;
- text-decoration: none;
-}
-
a.tmenu:link
{
@@ -593,9 +584,15 @@ div.titre {
text-decoration: none
}
+
/*
- *
- */
+ * Tableaux
+ */
+
+input.liste_titre {
+ background: #777799;
+}
+
tr.liste_titre {
color: #FFFFFF;
background: #777799;
@@ -606,7 +603,27 @@ tr.liste_titre {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
- font-size: 1.0em;
+}
+
+td.liste_titre {
+ color: #FFFFFF;
+ background: #777799;
+ font: helvetica, verdana, arial, sans-serif;
+ font-weight: bold;
+ border-top: 1px solid #FFFFFF;
+ border-bottom: 1px solid #FFFFFF;
+ white-space: nowrap;
+}
+
+.liste_titre_sel
+{
+ color: #DCCCBB;
+ background: #777799;
+ font: helvetica, verdana, arial, sans-serif;
+ font-weight: bold;
+ border-top: 1px solid #FFFFFF;
+ border-bottom: 1px solid #FFFFFF;
+ white-space: nowrap;
}
tr.liste_total {
diff --git a/htdocs/theme/freelug/img/search.png b/htdocs/theme/freelug/img/search.png
new file mode 100644
index 00000000000..0df0df04ca5
Binary files /dev/null and b/htdocs/theme/freelug/img/search.png differ
diff --git a/htdocs/theme/help.png b/htdocs/theme/help.png
new file mode 100644
index 00000000000..5bac88fab43
Binary files /dev/null and b/htdocs/theme/help.png differ
diff --git a/htdocs/theme/yellow/img/search.png b/htdocs/theme/yellow/img/search.png
new file mode 100644
index 00000000000..0df0df04ca5
Binary files /dev/null and b/htdocs/theme/yellow/img/search.png differ
diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css
index 1a3c3d75267..3dac53debd0 100644
--- a/htdocs/theme/yellow/yellow.css
+++ b/htdocs/theme/yellow/yellow.css
@@ -124,14 +124,6 @@ table.topbarre
color: #000000;
text-decoration: none;
}
-.menusel
-{
- background: #BBBB88;
- font-weight: bold;
- font-size: 12px;
- color: #fcfffc;
- text-decoration: none;
-}
a.tmenu:link
@@ -568,12 +560,17 @@ div.titre {
font-weight: bold;
color: #666633;
text-decoration: none }
+
/*
- *
- */
+ * Tableaux
+ */
+
+input.liste_titre {
+ background: #BBBB88;
+}
+
tr.liste_titre {
background: #BBBB88;
-
font: helvetica, verdana, arial, sans-serif;
font-weight: bold;
border-left: 1px solid #FFFFFF;
@@ -581,7 +578,26 @@ tr.liste_titre {
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
white-space: nowrap;
- font-size: 1.0em;
+}
+
+td.liste_titre {
+ background: #BBBB88;
+ font: helvetica, verdana, arial, sans-serif;
+ font-weight: bold;
+ border-top: 1px solid #FFFFFF;
+ border-bottom: 1px solid #FFFFFF;
+ white-space: nowrap;
+}
+
+.liste_titre_sel
+{
+ color: #fcfffc;
+ background: #BBBB88;
+ font: helvetica, verdana, arial, sans-serif;
+ font-weight: bold;
+ border-top: 1px solid #FFFFFF;
+ border-bottom: 1px solid #FFFFFF;
+ white-space: nowrap;
}
tr.liste_total {
|