Look: Modif esthétiques mineures
This commit is contained in:
parent
2761efc4aa
commit
48e33f8e02
@ -39,16 +39,36 @@ a:link { font: verdana, arial, helvetica, sans-serif; font-weight: bold; colo
|
|||||||
a:visited { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
a:visited { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||||
a:active { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
a:active { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; }
|
||||||
a:hover { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }
|
a:hover { font: verdana, arial, helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: underline; }
|
||||||
input { font: helvetica, verdana, arial, sans-serif; }
|
input
|
||||||
textarea { font: helvetica, verdana, arial, sans-serif; }
|
{
|
||||||
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: #FDFDFD;
|
||||||
|
border: 1px solid #8C9C9B;
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
input.flat
|
||||||
|
{
|
||||||
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
|
background: #FDFDFD;
|
||||||
|
border: 1px solid #8C9C9B;
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
}
|
||||||
|
textarea {
|
||||||
|
font: helvetica, verdana, arial, sans-serif;
|
||||||
|
border: 1px solid #8C9C9B;
|
||||||
|
padding: 0px 0px 0px 0px;
|
||||||
|
margin: 0px 0px 0px 0px;
|
||||||
|
}
|
||||||
.button {
|
.button {
|
||||||
font: 12px helvetica, verdana, arial, sans-serif;
|
font: 12px helvetica, verdana, arial, sans-serif;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
border: 1px solid #ccd7e0;
|
border: 1px solid #ccd7e0;
|
||||||
background-image : url(/theme/eldy/img/button_bg.png);
|
background-image : url(/theme/eldy/img/button_bg.png);
|
||||||
background-position : bottom;
|
background-position : bottom;
|
||||||
padding: 0em 0em;
|
padding: 0px 0px 0px 0px;
|
||||||
margin: 0em 0em;
|
margin: 0px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -706,32 +726,6 @@ div.titre {
|
|||||||
text-decoration: none }
|
text-decoration: none }
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Widgets standard
|
|
||||||
*/
|
|
||||||
input.flat
|
|
||||||
{
|
|
||||||
background: #FDFDFD;
|
|
||||||
border: 1px solid #8C9C9B;
|
|
||||||
padding: 0em 0em;
|
|
||||||
margin: 0em 0em 0em 0em;
|
|
||||||
}
|
|
||||||
input
|
|
||||||
{
|
|
||||||
background: #FDFDFD;
|
|
||||||
border: 1px solid #8C9C9B;
|
|
||||||
padding: 0em 0em;
|
|
||||||
margin: 0em 0em 0em 0em;
|
|
||||||
}
|
|
||||||
textarea
|
|
||||||
{
|
|
||||||
background: #FDFDFD;
|
|
||||||
border: 1px solid #8C9C9B;
|
|
||||||
padding: 0em 0em;
|
|
||||||
margin: 0em 0em 0em 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Formulaire confirmation
|
* Formulaire confirmation
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user