Skip to content
Snippets Groups Projects
Commit 1868e53b authored by Jared Hancock's avatar Jared Hancock
Browse files

i18n: rtl: Fix SCP top-level navigation layout

parent 480e925e
No related branches found
No related tags found
No related merge requests found
......@@ -47,10 +47,12 @@
padding-right: 0;
padding-left: 1.5em;
}
.rtl #msg_notice,
.rtl #warning_bar,
.rtl #msg_error,
.rtl .error-banner {
background-position: 99% 50%;
background-position: calc(100% - 10px) 50%;
padding-left: 10px;
padding-right: 36px;
}
......
......@@ -60,8 +60,8 @@ if (($lang = Internationalization::getCurrentLanguage())
echo sprintf('<div id="notice_bar">%s</div>', $ost->getNotice());
?>
<div id="header">
<a href="index.php" class="no-pjax" id="logo">osTicket &mdash; <?php echo __('Customer Support System'); ?></a>
<p id="info"><?php echo sprintf(__('Welcome, %s.'), '<strong>'.$thisstaff->getFirstName().'</strong>'); ?>
<a href="index.php" class="no-pjax pull-left" id="logo">osTicket &mdash; <?php echo __('Customer Support System'); ?></a>
<p id="info" class="pull-right"><?php echo sprintf(__('Welcome, %s.'), '<strong>'.$thisstaff->getFirstName().'</strong>'); ?>
<?php
if($thisstaff->isAdmin() && !defined('ADMINPAGE')) { ?>
| <a href="admin.php" class="no-pjax"><?php echo __('Admin Panel'); ?></a>
......
......@@ -99,7 +99,6 @@ div#header a {
#logo {
display:block;
float:left;
width:190px;
height:76px;
text-decoration:none;
......@@ -110,8 +109,8 @@ div#header a {
#header p {
display:block;
width:430px;
float:right;
width:auto;
max-width:630px;
margin:10px;
background:#eee;
border:1px solid #ccc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment