diff options
Diffstat (limited to 'themes/wind')
-rw-r--r-- | themes/wind/css/screen.css | 17 | ||||
-rw-r--r-- | themes/wind/views/pager.html.php | 2 | ||||
-rw-r--r-- | themes/wind/views/photo.html.php | 2 |
3 files changed, 17 insertions, 4 deletions
diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index b73c21f0..1fc5fa65 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1,5 +1,5 @@ /** - * Gallery 3 Default Theme Screen Styles + * Gallery 3 Wind Theme Screen Styles * * @requires YUI reset, font, grids CSS * @@ -307,6 +307,7 @@ td { #g-banner #g-login-menu { color: #999; + float: right; } #g-banner #g-login-menu li { @@ -412,9 +413,21 @@ td { } /** ******************************************************************* - * 7) Right to left styles + * 7) Right to left language styles *********************************************************************/ +.rtl #g-header #g-login-menu, +.rtl #g-header #g-quick-search-form { + clear: left; + float: left; +} + +.rtl #g-header #g-login-menu li { + margin-left: 0; + padding-left: 0; + padding-right: 1.2em; +} + .rtl #g-site-menu { left: auto; right: 150px; diff --git a/themes/wind/views/pager.html.php b/themes/wind/views/pager.html.php index ba325d03..36b2c13f 100644 --- a/themes/wind/views/pager.html.php +++ b/themes/wind/views/pager.html.php @@ -8,7 +8,7 @@ array("from_number" => $current_first_item, "to_number" => $current_last_item, "count" => $total_items)) ?> - <li> + <li class="g-first"> <? if ($first_page): ?> <a href="<?= str_replace('{page}', 1, $url) ?>" class="g-button ui-icon-left ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-seek-first"></span><?= t("First") ?></a> diff --git a/themes/wind/views/photo.html.php b/themes/wind/views/photo.html.php index e1231f65..cee44134 100644 --- a/themes/wind/views/photo.html.php +++ b/themes/wind/views/photo.html.php @@ -16,7 +16,7 @@ <?= $theme->photo_top() ?> <ul class="g-pager ui-helper-clearfix"> - <li> + <li class="g-first"> <? if ($previous_item): ?> <a href="<?= $previous_item->url() ?>" class="g-button ui-icon-left ui-state-default ui-corner-all"> <span class="ui-icon ui-icon-triangle-1-w"></span><?= t("previous") ?></a> |