/** * @copyright Copyright (C) 2016 Cedric KEIFLIN alias ced1870 * https://www.joomlack.fr * @license GNU/GPL * */ .ckpopupwizardmanager_button { padding: 5px 5px 5px 30px; color: #333; text-decoration: none; font-weight: normal; text-align: center; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; border: none; cursor: pointer; background: #e1e1e1 url('magic.png') 5px center no-repeat; text-indent: 30px; height: 65px; width: 100%; text-align: left; } .ckpopupwizardmanager_button:hover { background-color: #0088CC; color: #fff; } .accordeonmenuckchecking { background:#efefef; border: none; border-radius: 3px; color: #333; font-weight: normal; line-height: 24px; padding: 5px; margin: 3px 0; text-align: left; text-decoration: none; } .accordeonmenuckchecking img { margin: 5px; }