Fixed rtl issues
authorMarcel Werk <burntime@woltlab.com>
Sat, 10 Oct 2015 21:43:39 +0000 (23:43 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sat, 10 Oct 2015 21:43:39 +0000 (23:43 +0200)
wcfsetup/install/files/acp/style/setup/WCFSetup.css
wcfsetup/install/files/acp/templates/languageExport.tpl
wcfsetup/install/files/style/global.less

index ce035ad593e5b793ffe13fe15f2b95ebd468e391..24203798106a5ccec1a0bec93aeab778ce91dbc6 100644 (file)
@@ -557,7 +557,7 @@ body > iframe[src="about:blank"] {display: none;}
 .textJustify {text-align: justify;}
 .pointer {cursor: pointer;}
 .dimmed {color: #808080;}
-.monospace {font-family: Consolas, 'Courier New', monospace;}
+.monospace {font-family: Consolas, 'Courier New', monospace !important;}
 .iconFlag {background-color: #ffffff;border: 1px solid #cccccc;padding: 1px;height: 15px;width: 24px;}
 .framed > canvas, .framed > img, .framed > .icon {background-color: #ffffff;border: 1px solid #cccccc;padding: 1px;}
 .highlight {background-color: #ffff66;}
index b0f2b9757e5640fdf1eaec6c4fa18d2d4d6bd5ef..44756a0b6ec7c7d5d65fa2faadbf28b09a5bb7c7 100644 (file)
@@ -40,7 +40,7 @@
                        <dl>
                                <dt><label for="selectedPackages">{lang}wcf.acp.language.export.selectPackages{/lang}</label></dt>
                                <dd>
-                                       <select id="selectedPackages" name="selectedPackages[]" multiple="multiple" size="20" class="long monospace">
+                                       <select id="selectedPackages" name="selectedPackages[]" multiple="multiple" size="20" class="long monospace" dir="ltr">
                                                <option value="*"{if $selectAllPackages} selected="selected"{/if}>{lang}wcf.acp.language.export.allPackages{/lang}</option>
                                                <option value="-">--------------------</option>
                                                {foreach from=$packages item=package}
index 57bb4cee382274430a361da1fe71f896fd9beddd..e7506aee4ab14450fae22a8451c6cd1811b65d4d 100644 (file)
@@ -178,7 +178,7 @@ body > iframe[src="about:blank"] {
 }
 
 .monospace {
-       font-family: Consolas, 'Courier New', monospace;
+       font-family: Consolas, 'Courier New', monospace !important;
 }
 
 .iconFlag {