Community « Le forum « Soupçons de bogues « bug d'affichage dans la 7.12 «
Comment: bug d'affichage dans la 7.12
| << Previous |
Il faut que tu ajoute ces lignes dans ton css :
En plus du fichier image pour le bouton aqua...
Ca devrait tourner comme sur des boutonettes,
non ?
SEO et webmastering VDP-Digital - Skins pour Yacs : Yordpress
#main_panel a.button { /* a link that mimic a form button --
[button]url[/button], [button=label]url[/button] */
display: -moz-inline-box; /* mandatory for firefox 2 */
display: inline-block;
cursor: pointer;
border: none;
font-size: 0;
font-style: normal;
text-decoration: none;
color: #2e523b;
line-height: 0;
background: transparent url('images/button_drop.gif') 0 0 no-repeat;
height: 30px;
margin: 0 6px 0 0;
padding: 0 10px 0 0;
vertical-align: middle;
}
#main_panel a.button span {
display: inline-block;
cursor: pointer;
border: none;
font-family: "Arial" !important;
font-size: 12px !important;
font-style: normal;
white-space: nowrap;
letter-spacing: 0 !important;
color: #222;
line-height: 16px;
background: transparent url('images/button_drop.gif') 100% 0 no-repeat;
height: 30px;
margin: 0 -16px 0 10px;
padding: 8px 20px 0 10px;
vertical-align: middle;
}
#main_panel span.button { /* a button in a form */
display: -moz-inline-box; /* mandatory for firefox 2 */
display: inline-block;
cursor: pointer;
border: none;
font-size: 0;
font-style: normal;
text-decoration: none;
color: #2e523b;
line-height: 0;
background: transparent url('images/button_drop.gif') 0 0 no-repeat;
height: 30px;
margin: 0 6px 0 0;
padding: 0 13px 0 0;
vertical-align: middle;
}
#main_panel span.button button {
display: -moz-inline-box;
display: inline-block;
cursor: pointer;
border: none;
font-family: "Arial" !important;
font-size: 14px !important;
font-style: normal;
white-space: nowrap;
letter-spacing: 0 !important;
color: #222;
line-height: 2em; /*Higt value for Opera 9.0 compatibility*/
background: transparent url('images/button_drop.gif') 100% 0 no-repeat;
height: 30px;
margin: 0 -16px 0 10px;
padding: 0 20px 0 10px;
vertical-align: text-top;
}
#main_panel a.button:hover,
#main_panel span.button:hover {
background-position:0 -60px;
color:#fff;
text-decoration:none;
}
#main_panel a.button:hover span,
#main_panel span.button:hover button {
background-position:100% -60px;
color:#fff;
}
#main_panel a.button:active span,
#main_panel span.button:focus button {
color:#444;
}
En plus du fichier image pour le bouton aqua...
Ca devrait tourner comme sur des boutonettes,
non ?
SEO et webmastering VDP-Digital - Skins pour Yacs : Yordpress
by ThierryP on Jan. 7
