mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 23:05:18 -04:00
Cleanup RTL styles even further. I think this gets wind and admin_wind looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning.
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
<div id="doc3" class="yui-t7 g-view">
|
||||
<? endif; ?>
|
||||
<?= $theme->site_status() ?>
|
||||
<div id="g-header">
|
||||
<div id="g-header" class="ui-helper-clearfix">
|
||||
<?= $theme->admin_header_top() ?>
|
||||
<ul id="g-login-menu" class="g-inline g-right">
|
||||
<li class="g-first">
|
||||
@@ -57,7 +57,7 @@
|
||||
</li>
|
||||
<li id="g-logout-link"><a href="<?= url::site("logout?csrf=$csrf&continue=" . urlencode(item::root()->url())) ?>"><?= t("Logout") ?></a></li>
|
||||
</ul>
|
||||
<a id="g-logo" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>">
|
||||
<a id="g-logo" class="g-left" href="<?= item::root()->url() ?>" title="<?= t("go back to the Gallery")->for_html_attr() ?>">
|
||||
← <?= t("back to the ...") ?>
|
||||
</a>
|
||||
<div id="g-site-admin-menu" class="ui-helper-clearfix">
|
||||
|
||||
Reference in New Issue
Block a user