Nouvelle definition de la barre d'action
This commit is contained in:
parent
736a11269b
commit
06c189cb1c
@ -37,6 +37,7 @@ table.border {
|
|||||||
border: 2px white ridge; }
|
border: 2px white ridge; }
|
||||||
|
|
||||||
table.border td {
|
table.border td {
|
||||||
|
border-collapse: collapse;
|
||||||
border: 2px white ridge; }
|
border: 2px white ridge; }
|
||||||
|
|
||||||
table.noborder {
|
table.noborder {
|
||||||
@ -48,17 +49,18 @@ table.noborder td {
|
|||||||
border: 0px }
|
border: 0px }
|
||||||
|
|
||||||
table#actions {
|
table#actions {
|
||||||
border-collapse: collapse;
|
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
cell-spacing: 1em;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table#actions td {
|
table#actions td {
|
||||||
border-collapse: collapse;
|
border-bottom: 1px ridge black;
|
||||||
border-bottom: 1px ridge #666633;
|
border-right: 1px ridge black;
|
||||||
border-right: 1px ridge #666633;
|
|
||||||
border-left: 1px ridge white;
|
border-left: 1px ridge white;
|
||||||
border-top: 1px ridge white;
|
border-top: 1px ridge white;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
padding: 0.2em;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user