Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5771ee3c authored by smain@google.com's avatar smain@google.com
Browse files

add style for stand-alone back link with left arrow

Change-Id: Ia9219e3e77ef23c6bf6374244c57c4c7e8d1f386
parent bb9ecf42
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -461,6 +461,11 @@ video.with-shadow {
  float:right;
}

a.back-link {
    text-decoration: none;
    text-transform: uppercase;
}

.paging-links {
  position: relative;
  height:30px; }
@@ -472,7 +477,8 @@ video.with-shadow {
    text-decoration: none;
    text-transform: uppercase; }
    .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: '';
      background: transparent url(../images/styles/disclosure_left.png) no-repeat scroll 50% 50%;
      width: 10px;