Skip to content

Commit

Permalink
Added css classes to the mod_login submit buttons (joomla#13379)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
yvesh authored and rdeutz committed Jan 17, 2017
1 parent 59f7c59 commit e863a3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion administrator/modules/mod_login/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<div class="control-group">
<div class="controls">
<div class="btn-group">
<button tabindex="3" class="btn btn-primary btn-block btn-large">
<button tabindex="3" class="btn btn-primary btn-block btn-large login-button">
<span class="icon-lock icon-white"></span> <?php echo JText::_('MOD_LOGIN_LOGIN'); ?>
</button>
</div>
Expand Down
2 changes: 1 addition & 1 deletion modules/mod_login/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<?php endif; ?>
<div id="form-login-submit" class="control-group">
<div class="controls">
<button type="submit" tabindex="0" name="Submit" class="btn btn-primary"><?php echo JText::_('JLOGIN'); ?></button>
<button type="submit" tabindex="0" name="Submit" class="btn btn-primary login-button"><?php echo JText::_('JLOGIN'); ?></button>
</div>
</div>
<?php
Expand Down

0 comments on commit e863a3c

Please sign in to comment.