am 5771ee3c
: add style for stand-alone back link with left arrow
* commit '5771ee3c41afc7024ca8c76c7b8deef3798d0bcd': add style for stand-alone back link with left arrow
This commit is contained in:
@@ -461,6 +461,11 @@ video.with-shadow {
|
|||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.back-link {
|
||||||
|
text-decoration: none;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
|
||||||
.paging-links {
|
.paging-links {
|
||||||
position: relative;
|
position: relative;
|
||||||
height:30px; }
|
height:30px; }
|
||||||
@@ -472,7 +477,8 @@ video.with-shadow {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
.paging-links .prev-page-link:before,
|
.paging-links .prev-page-link:before,
|
||||||
.training-nav-top .prev-page-link:before {
|
.training-nav-top .prev-page-link:before,
|
||||||
|
a.back-link:before {
|
||||||
content: '';
|
content: '';
|
||||||
background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
|
background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
|
Reference in New Issue
Block a user