am cd67e0e1: am 8cb3263d: am 55b19bdd: am 9341d398: am a4888dc8: adjust position of prev/next links at bottom of page to account for russian string length

* commit 'cd67e0e13e28f2b98b05aa6dc5385242123b1fb2':
  adjust position of prev/next links at bottom of page to account for russian string length
This commit is contained in:
Scott Main 2012-10-02 23:36:38 -07:00 committed by Android Git Automerger
commit 71507e9b62
1 changed files with 6 additions and 6 deletions

View File

@ -406,9 +406,6 @@ video.with-shadow {
color: #555555;
text-decoration: none;
text-transform: uppercase; }
.paging-links .prev-page-link,
.training-nav-top .prev-page-link {
left: -5px; }
.paging-links .prev-page-link:before,
.training-nav-top .prev-page-link:before {
content: '';
@ -417,11 +414,14 @@ video.with-shadow {
height: 10px;
display: inline-block;
margin-right: 5px; }
.paging-links .next-page-link,
.training-nav-top .next-page-link,
.training-nav-top .next-page-link,
.training-nav-top .start-class-link,
.training-nav-top .start-course-link {
right: 10px; }
.paging-links .prev-page-link {
left: -15px; }
.paging-links .next-page-link {
right: 0px; }
.next-page-link:after,
.start-class-link:after,
.start-course-link:after,
@ -464,7 +464,7 @@ video.with-shadow {
.training-nav-top a.start-class-link,
.training-nav-top a.start-course-link {
width:248px;
width:262px;
}
.hide {