Fix: Le style butDelete manquait dans le theme dev.
This commit is contained in:
parent
f89b4714b9
commit
8f6ec7179c
@ -95,16 +95,6 @@ div.tabsAction {
|
|||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.tabAction {
|
|
||||||
background: white;
|
|
||||||
border: 1px outset #8CACBB;
|
|
||||||
color: #436976;
|
|
||||||
font: 105% Bold;
|
|
||||||
padding: 0em 1.5em;
|
|
||||||
margin: 0em 0.5em;
|
|
||||||
text-decoration: none;
|
|
||||||
white-space: nowrap;
|
|
||||||
}
|
|
||||||
div.FicheSubmit {
|
div.FicheSubmit {
|
||||||
margin: 1.0em;
|
margin: 1.0em;
|
||||||
padding: 0em 0em;
|
padding: 0em 0em;
|
||||||
@ -120,6 +110,16 @@ div.message {
|
|||||||
border-right: 1px solid #8CACBB;
|
border-right: 1px solid #8CACBB;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.tabAction {
|
||||||
|
background: white;
|
||||||
|
border: 1px outset #8CACBB;
|
||||||
|
color: #436976;
|
||||||
|
font: 105% Bold;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
a.tabAction:hover {
|
a.tabAction:hover {
|
||||||
background: #dcdcd3;
|
background: #dcdcd3;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -134,6 +134,45 @@ a.tab:hover {
|
|||||||
background: #ebebe0;
|
background: #ebebe0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.butDelete:link {
|
||||||
|
background: white;
|
||||||
|
border: 1px outset #997777;
|
||||||
|
color: #436976;
|
||||||
|
font: 105% Bold;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
a.butDelete:active {
|
||||||
|
background: white;
|
||||||
|
border: 1px outset #997777;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butDelete:visited {
|
||||||
|
background: white;
|
||||||
|
border: 1px outset #997777;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
a.butDelete:hover {
|
||||||
|
background: #FFe7ec;
|
||||||
|
border: 1px outset #997777;
|
||||||
|
color: #436976;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0.5em;
|
||||||
|
text-decoration: none;
|
||||||
|
white-space: nowrap; }
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Menu superieur
|
* Menu superieur
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -175,6 +175,7 @@ a.login:hover
|
|||||||
{
|
{
|
||||||
color:black;
|
color:black;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.login
|
img.login
|
||||||
{
|
{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -430,6 +431,7 @@ a.butDelete:hover { font: helvetica, verdana, arial, sans-serif;
|
|||||||
margin: 0em 0.5em;
|
margin: 0em 0.5em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
white-space: nowrap; }
|
white-space: nowrap; }
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Tables
|
* Tables
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user