GUAC-973: Replace back button with home button where necessary.

This commit is contained in:
Michael Jumper
2015-01-04 13:00:24 -08:00
parent 02eec645f7
commit 0e7fed21f7
7 changed files with 17 additions and 31 deletions

View File

@@ -73,7 +73,7 @@ button.danger:active, a.button.danger:active {
background: #932;
}
.button.logout, .button.manage, .button.back {
.button.logout, .button.manage, .button.back, .button.home {
background-repeat: no-repeat;
background-size: 1em;
background-position: 0.5em 0.45em;
@@ -91,3 +91,7 @@ button.danger:active, a.button.danger:active {
.button.back {
background-image: url('images/action-icons/guac-back.png');
}
.button.home {
background-image: url('images/action-icons/guac-home.png');
}

View File

@@ -398,22 +398,3 @@ div.logout-panel {
text-align: center;
margin: 1em;
}
.button.logout, .button.manage, .button.back {
background-repeat: no-repeat;
background-size: 1em;
background-position: 0.5em 0.45em;
padding-left: 1.8em;
}
.button.logout {
background-image: url('images/action-icons/guac-logout.png');
}
.button.manage {
background-image: url('images/action-icons/guac-config.png');
}
.button.back {
background-image: url('images/action-icons/guac-back.png');
}