MINOR:SSF-53 - changed height of icon on back button in users detail view.

This commit is contained in:
jbridson 2012-03-08 16:29:19 +13:00
parent bd85d038af
commit 3870ba4d0a
2 changed files with 4 additions and 0 deletions

View File

@ -246,6 +246,7 @@ body.cms { overflow: hidden; }
.cms-content-header { padding: 0px 8px 8px; height: 32px; z-index: 60; background-image: url(../images/textures/cms_content_header.png); background-repeat: repeat; }
.cms-content-header a { color: #1556b2; }
.cms-content-header .backlink { float: left; margin-top: 7px; }
.cms-content-header .backlink span.btn-icon-back { height: 15px; }
.cms-content-header h2 { float: left; padding: 8px 8px 0 8px; font-size: 14px; line-height: 24px; font-weight: bold; text-shadow: #bfcad2 1px 1px 0; max-width: 400px; margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; o-text-overflow: ellipsis; }
.cms-content-header > div { width: 9999em; overflow: hidden; }
.cms-content-header .cms-content-header-tabs { position: fixed; right: 40px; }

View File

@ -97,6 +97,9 @@ body.cms {
.backlink {
float:left;
margin-top:$grid-x - 1;
span.btn-icon-back {
height:15px;
}
}
h2 {