CSS
This commit is contained in:
parent
056206098b
commit
0409ec00d7
@ -430,7 +430,7 @@ else
|
|||||||
{
|
{
|
||||||
$choice .= '<br>';
|
$choice .= '<br>';
|
||||||
//print $langs->trans("InstallChoiceRecommanded",DOL_VERSION,$conf->global->MAIN_VERSION_LAST_UPGRADE);
|
//print $langs->trans("InstallChoiceRecommanded",DOL_VERSION,$conf->global->MAIN_VERSION_LAST_UPGRADE);
|
||||||
$choice .= '<div class="center"><div class="ok">'.$langs->trans("InstallChoiceSuggested").'</div></div>';
|
$choice .= '<div class="center"><div class="ok suggestedchoice">'.$langs->trans("InstallChoiceSuggested").'</div></div>';
|
||||||
// <img src="../theme/eldy/img/tick.png" alt="Ok"> ';
|
// <img src="../theme/eldy/img/tick.png" alt="Ok"> ';
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -534,7 +534,7 @@ else
|
|||||||
$choice .= '<br>';
|
$choice .= '<br>';
|
||||||
//print $langs->trans("InstallChoiceRecommanded",DOL_VERSION,$conf->global->MAIN_VERSION_LAST_UPGRADE);
|
//print $langs->trans("InstallChoiceRecommanded",DOL_VERSION,$conf->global->MAIN_VERSION_LAST_UPGRADE);
|
||||||
$choice .= '<div class="center">';
|
$choice .= '<div class="center">';
|
||||||
$choice .= '<div class="ok">'.$langs->trans("InstallChoiceSuggested").'</div>';
|
$choice .= '<div class="ok suggestedchoice">'.$langs->trans("InstallChoiceSuggested").'</div>';
|
||||||
if ($count < count($migarray)) // There are other choices after
|
if ($count < count($migarray)) // There are other choices after
|
||||||
{
|
{
|
||||||
print $langs->trans("MigrateIsDoneStepByStep", DOL_VERSION);
|
print $langs->trans("MigrateIsDoneStepByStep", DOL_VERSION);
|
||||||
|
|||||||
@ -361,7 +361,7 @@ a.button:link,a.button:visited,a.button:active {
|
|||||||
background: #ddd;
|
background: #ddd;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
/* border: 1px solid #e0e0e0; */
|
/* border: 1px solid #e0e0e0; */
|
||||||
padding: 0.3em 0.7em;
|
padding: 0.5em 0.7em;
|
||||||
margin: 0 0.5em;
|
margin: 0 0.5em;
|
||||||
-moz-border-radius: 3px;
|
-moz-border-radius: 3px;
|
||||||
-webkit-border-radius: 3px;
|
-webkit-border-radius: 3px;
|
||||||
@ -374,6 +374,13 @@ a.button:hover {
|
|||||||
text-decoration:none;
|
text-decoration:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.suggestedchoice {
|
||||||
|
color: rgba(70, 3, 62, 0.6) !important;
|
||||||
|
/* background-color: rgba(70, 3, 62, 0.3); */
|
||||||
|
padding: 2px 4px;
|
||||||
|
border-radius: 4px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
.choiceselected {
|
.choiceselected {
|
||||||
background-color: #f4f6f4;
|
background-color: #f4f6f4;
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user