Skip to content
Snippets Groups Projects
Unverified Commit 19397059 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by Julius Härtl
Browse files

Add explanatory bit for recommended apps, fix #18631

parent 092a1fb9
No related branches found
No related tags found
No related merge requests found
...@@ -645,6 +645,11 @@ form #selectDbType label span { ...@@ -645,6 +645,11 @@ form #selectDbType label span {
box-shadow: none !important; box-shadow: none !important;
} }
#install-recommended-apps + label span {
display: inline-block;
opacity: .7;
}
/* Errors */ /* Errors */
/* Warnings and errors are the same */ /* Warnings and errors are the same */
.body-login-container, .body-login-container,
......
...@@ -163,6 +163,7 @@ script('core', [ ...@@ -163,6 +163,7 @@ script('core', [
<input type="checkbox" id="install-recommended-apps" name="install-recommended-apps" class="checkbox checkbox--white" checked> <input type="checkbox" id="install-recommended-apps" name="install-recommended-apps" class="checkbox checkbox--white" checked>
<label for="install-recommended-apps"> <label for="install-recommended-apps">
<?php p($l->t( 'Install recommended apps' )); ?> <?php p($l->t( 'Install recommended apps' )); ?>
<span><?php p($l->t( 'Calendar, Contacts, Talk & Mail' )); ?></span>
</label> </label>
</p> </p>
</fieldset> </fieldset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment