[epiphany] overview: Place thumbnails and the close-butons according to ltr/rtl
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] overview: Place thumbnails and the close-butons according to ltr/rtl
- Date: Wed, 19 Feb 2014 08:40:47 +0000 (UTC)
commit 8177938cbd606f3ebcd75fed1e26d8e62284f965
Author: Lorenzo Tilve <ltilve igalia com>
Date: Tue Feb 18 16:59:54 2014 +0100
overview: Place thumbnails and the close-butons according to ltr/rtl
Add CSS rules to avoid the wrong manual floating of the thumbnails
and the close button when dir="rtl".
https://bugzilla.gnome.org/show_bug.cgi?id=724665
src/resources/overview.html | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/resources/overview.html b/src/resources/overview.html
index 2cfd6f4..ebd483e 100755
--- a/src/resources/overview.html
+++ b/src/resources/overview.html
@@ -111,6 +111,15 @@
.removed .close-button {
display: none;
}
+
+ html[dir="rtl"] .overview-item {
+ float: right;
+ }
+
+ html[dir="rtl"] .close-button {
+ float: left;
+ right: 5px;
+ }
</style>
<script>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]