am a4888dc8
: adjust position of prev/next links at bottom of page to account for russian string length
* commit 'a4888dc8657c46ff3fec9ae2e840432255d40a88': adjust position of prev/next links at bottom of page to account for russian string length
This commit is contained in:
@@ -406,9 +406,6 @@ video.with-shadow {
|
|||||||
color: #555555;
|
color: #555555;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
text-transform: uppercase; }
|
text-transform: uppercase; }
|
||||||
.paging-links .prev-page-link,
|
|
||||||
.training-nav-top .prev-page-link {
|
|
||||||
left: -5px; }
|
|
||||||
.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 {
|
||||||
content: '';
|
content: '';
|
||||||
@@ -417,11 +414,14 @@ video.with-shadow {
|
|||||||
height: 10px;
|
height: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-right: 5px; }
|
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-class-link,
|
||||||
.training-nav-top .start-course-link {
|
.training-nav-top .start-course-link {
|
||||||
right: 10px; }
|
right: 10px; }
|
||||||
|
.paging-links .prev-page-link {
|
||||||
|
left: -15px; }
|
||||||
|
.paging-links .next-page-link {
|
||||||
|
right: 0px; }
|
||||||
.next-page-link:after,
|
.next-page-link:after,
|
||||||
.start-class-link:after,
|
.start-class-link:after,
|
||||||
.start-course-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-class-link,
|
||||||
.training-nav-top a.start-course-link {
|
.training-nav-top a.start-course-link {
|
||||||
width:248px;
|
width:262px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide {
|
.hide {
|
||||||
|
Reference in New Issue
Block a user