X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=themes%2Fopenwrt%2Fhtdocs%2Fluci-static%2Fopenwrt.org%2Fcascade.css;h=acb44f3de5d3a6dd709a9b8180a3d9bf1f6a1206;hp=9e600e31f05f821ad5d7d9c5ce3a53940e5b1a7a;hb=4b513110397f1c30c02c4aa740748d1bbb2b6416;hpb=308126fc8baed44d08c06567eeadad674ac5c5fd diff --git a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css index 9e600e31f0..acb44f3de5 100644 --- a/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css +++ b/themes/openwrt/htdocs/luci-static/openwrt.org/cascade.css @@ -1,5 +1,10 @@ @charset "utf-8"; +.lang_he { + direction: RTL; + unicode-bidi: embed; +} + @media all { html { @@ -62,6 +67,10 @@ ul.tabmenu li { overflow: hidden; } +.lang_he ul.tabmenu li { + float: right; +} + ul.tabmenu li a { text-decoration: none; color: #444444; @@ -98,6 +107,10 @@ ul.l1 li.tabmenu-item-logout a { margin-left: 30px; } +.lang_he ul.l1 li.tabmenu-item-logout a { + margin-right: 30px; +} + abbr, acronym { font-style: normal; @@ -162,6 +175,10 @@ div.hostinfo { padding: 0.5em; } +.lang_he div.hostinfo { + float: right; +} + #xhr_poll_status { cursor: pointer; } @@ -247,6 +264,10 @@ html #menubar a:visited.warning { float: right; } +.lang_he #savemenu { + float: left; +} + .lang_de #submenu_admin_uci { width: 12em; } @@ -280,6 +301,10 @@ textarea#syslog { border-color: #444444; } +.lang_he #maincontent { + direction: rtl; +} + #maincontent h2 { font-size: 150%; font-family: Trebuchet MS, Verdana, sans-serif; @@ -443,7 +468,8 @@ input.cbi-input-password { text-indent: 17px; } -input.cbi-input-find { +input.cbi-input-find, +input.cbi-button-find { background-image: url('../resources/cbi/find.gif'); color: #000000; padding-left: 17px;