Flip the breadcrumb separator and play slideshow button for RTL languages.

This commit is contained in:
Chad Kieffer
2009-11-17 22:48:10 -07:00
parent 3aa7a3fcda
commit 9d45cc040d
4 changed files with 6 additions and 1 deletions

View File

@@ -708,11 +708,12 @@ div#g-action-status {
}
.rtl .g-breadcrumbs li {
background-position: right center;
background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center;
padding: 1em 18px 1em 8px;
}
.rtl .g-breadcrumbs .g-first {
background: none;
padding-right: 0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

View File

@@ -443,3 +443,7 @@ td {
left: auto;
right: 150px;
}
.rtl #g-view-menu #g-slideshow-link {
background-image: url('../images/ico-view-slideshow-rtl.png');
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB