mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR:SSF-53 - changed height of icon on back button in users detail view.
This commit is contained in:
parent
bd85d038af
commit
3870ba4d0a
@ -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; }
|
||||
|
@ -97,6 +97,9 @@ body.cms {
|
||||
.backlink {
|
||||
float:left;
|
||||
margin-top:$grid-x - 1;
|
||||
span.btn-icon-back {
|
||||
height:15px;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
Loading…
Reference in New Issue
Block a user