Skip to content

Commit

Permalink
Change center alignment of Joomla! logo on Isis login page
Browse files Browse the repository at this point in the history
  • Loading branch information
infograf768 authored and piotr-cz committed Oct 6, 2014
1 parent 0660c2f commit 2a95a15
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 6 deletions.
14 changes: 12 additions & 2 deletions administrator/templates/isis/css/template-rtl.css
Expand Up @@ -7016,12 +7016,13 @@ body {
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
}
.view-login .login-joomla {
display: inline-block;
position: absolute;
left: 50%;
height: 24px;
width: 24px;
text-indent: -9999px;
background: url('../images/login-joomla.png') no-repeat;
margin-left: -20px;
margin-left: -12px;
}
.view-login .navbar-fixed-bottom {
position: absolute;
Expand Down Expand Up @@ -8598,3 +8599,12 @@ a.grid_true {
width: 16px;
background-image: url('../images/admin/icon-16-allow.png');
}
.view-login .login-joomla {
position: absolute;
right: 50%;
height: 24px;
width: 24px;
text-indent: -9999px;
background: url('../images/login-joomla.png') no-repeat;
margin-right: -12px;
}
5 changes: 3 additions & 2 deletions administrator/templates/isis/css/template.css
Expand Up @@ -7016,12 +7016,13 @@ body {
box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset;
}
.view-login .login-joomla {
display: inline-block;
position: absolute;
left: 50%;
height: 24px;
width: 24px;
text-indent: -9999px;
background: url('../images/login-joomla.png') no-repeat;
margin-left: -20px;
margin-left: -12px;
}
.view-login .navbar-fixed-bottom {
position: absolute;
Expand Down
10 changes: 10 additions & 0 deletions administrator/templates/isis/less/template-rtl.less
Expand Up @@ -82,3 +82,13 @@ a.grid_true {
width: 16px;
background-image: url('../images/admin/icon-16-allow.png');
}
/* Login */
.view-login .login-joomla {
position: absolute;
right: 50%;
height: 24px;
width: 24px;
text-indent: -9999px;
background: url('../images/login-joomla.png') no-repeat;
margin-right: -12px;
}
5 changes: 3 additions & 2 deletions administrator/templates/isis/less/template.less
Expand Up @@ -120,12 +120,13 @@ body {
.box-shadow(~"0px 0px 60px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.9) inset");
}
.login-joomla{
display: inline-block;
position: absolute;
left: 50%;
height: 24px;
width: 24px;
text-indent: -9999px;
background: url('../images/login-joomla.png') no-repeat;
margin-left: -20px;
margin-left: -12px;
}
.navbar-fixed-bottom{
position: absolute;
Expand Down

0 comments on commit 2a95a15

Please sign in to comment.