Mise a jour des styles pour tous avoir le butDelete

This commit is contained in:
Laurent Destailleur 2004-12-19 00:18:07 +00:00
parent 1578ba856a
commit 8b08a1daba

View File

@ -297,8 +297,8 @@ div.tabBar {
background: #dcdcd3; background: #dcdcd3;
padding: 0em 1em; padding: 0em 1em;
margin: 0em 0em 1.5em 0em; margin: 0em 0em 1.5em 0em;
border: 1px solid #8CACBB; border: 1px solid #999999;
border-top: 1px solid #8CACBB; border-top: 1px solid #999999;
} }
div.tabs { div.tabs {
@ -342,7 +342,7 @@ div.message {
a.tab { a.tab {
background: white; background: white;
border: 1px solid #8CACBB; border: 1px solid #999999;
color: #436976; color: #436976;
padding: 0em 1em; padding: 0em 1em;
margin: 0em 0.2em; margin: 0em 0.2em;
@ -357,7 +357,7 @@ a.tab#active {
} }
a.tab:hover { a.tab:hover {
background: #ebebe0; background: #eeeecc;
text-decoration: none; text-decoration: none;
} }