Skip to content

Commit e863a3c

Browse files
yveshrdeutz
authored andcommitted
Added css classes to the mod_login submit buttons (joomla#13379)
* Added css classes to the mod_login submit buttons * Added css classes to the mod_login submit buttons * Changed class to login-button in both modules
1 parent 59f7c59 commit e863a3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

administrator/modules/mod_login/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<div class="control-group">
8989
<div class="controls">
9090
<div class="btn-group">
91-
<button tabindex="3" class="btn btn-primary btn-block btn-large">
91+
<button tabindex="3" class="btn btn-primary btn-block btn-large login-button">
9292
<span class="icon-lock icon-white"></span> <?php echo JText::_('MOD_LOGIN_LOGIN'); ?>
9393
</button>
9494
</div>

modules/mod_login/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<?php endif; ?>
9191
<div id="form-login-submit" class="control-group">
9292
<div class="controls">
93-
<button type="submit" tabindex="0" name="Submit" class="btn btn-primary"><?php echo JText::_('JLOGIN'); ?></button>
93+
<button type="submit" tabindex="0" name="Submit" class="btn btn-primary login-button"><?php echo JText::_('JLOGIN'); ?></button>
9494
</div>
9595
</div>
9696
<?php

0 commit comments

Comments
 (0)