mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-04 03:59:09 -04:00
Flip the breadcrumb separator and play slideshow button for RTL languages.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
BIN
lib/images/ico-separator-rtl.gif
Normal file
BIN
lib/images/ico-separator-rtl.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 106 B |
@@ -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');
|
||||
}
|
||||
|
||||
BIN
themes/wind/images/ico-view-slideshow-rtl.png
Normal file
BIN
themes/wind/images/ico-view-slideshow-rtl.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user