diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-28 00:15:08 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-28 00:15:08 -0600 |
commit | fbc551771153a6664da2c3a3a82e22b912bb3cdc (patch) | |
tree | c29e6f28f818f80fe12a0241b6a399c9024cbc6c /modules | |
parent | 27571a1467e34a6774f250a22ce9ab16fddd909a (diff) |
Initial RTL update work. Consolidated shared rtl-related css selectors in gallery.common. Applied g-right and g-left to a few banner items, including login menu and the logo.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/views/login.html.php | 2 | ||||
-rw-r--r-- | modules/search/views/search_link.html.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/login.html.php b/modules/gallery/views/login.html.php index 0e0d9039..971d18b8 100644 --- a/modules/gallery/views/login.html.php +++ b/modules/gallery/views/login.html.php @@ -1,5 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<ul id="g-login-menu" class="g-inline"> +<ul id="g-login-menu" class="g-inline g-right"> <? if ($user->guest): ?> <li class="g-first"> <a href="<?= url::site("login/ajax") ?>" diff --git a/modules/search/views/search_link.html.php b/modules/search/views/search_link.html.php index 481d0c82..9d1ce83b 100644 --- a/modules/search/views/search_link.html.php +++ b/modules/search/views/search_link.html.php @@ -1,5 +1,5 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> -<form action="<?= url::site("search") ?>" id="g-quick-search-form" class="g-short-form"> +<form action="<?= url::site("search") ?>" id="g-quick-search-form" class="g-short-form g-right"> <ul> <li> <label for="g-search"><?= t("Search the gallery") ?></label> |