Merge pull request #278 from nmav/ocserv
[project/luci.git] / themes / openwrt / htdocs / luci-static / openwrt.org / cascade.css
index cfc29d6b25e9719951bb9965d3ecd1f2dad69223..4a6877fa98ecc6b289a6df65bea6324684f8b508 100644 (file)
@@ -1,5 +1,10 @@
 @charset "utf-8";
 
+.lang_he {
+       direction: RTL;
+       unicode-bidi: embed;
+}
+
 @media all {
 
 html {
@@ -29,10 +34,6 @@ a img {
        text-decoration: none;
 }
 
-small {
-       white-space: nowrap;
-}
-
 ul.tabmenu {
        margin: 0;
        clear: both;
@@ -66,6 +67,10 @@ ul.tabmenu li {
        overflow: hidden;
 }
 
+.lang_he ul.tabmenu li {
+       float: right;
+}
+
 ul.tabmenu li a {
        text-decoration: none;
        color: #444444;
@@ -102,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;
@@ -166,6 +175,10 @@ div.hostinfo {
        padding: 0.5em;
 }
 
+.lang_he div.hostinfo {
+       float: right;
+}
+
 #xhr_poll_status {
        cursor: pointer;
 }
@@ -251,6 +264,10 @@ html #menubar a:visited.warning {
        float: right;
 }
 
+.lang_he #savemenu {
+       float: left;
+}
+
 .lang_de #submenu_admin_uci {
        width: 12em;
 }
@@ -284,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;
@@ -447,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;
@@ -507,6 +529,14 @@ input.cbi-button-link {
        padding-right: 1px;
 }
 
+input.cbi-input-download,
+input.cbi-button-download {
+       background-image: url('../resources/cbi/download.gif');
+       color: #000000;
+       padding-left: 17px;
+       padding-right: 1px;
+}
+
 input.cbi-input-remove,
 div.cbi-section-remove input {
        background-image: url('../resources/cbi/remove.gif');
@@ -732,6 +762,7 @@ table.cbi-section-table td {
 tr.cbi-section-table-descr th {
        font-weight: normal;
        font-size: 90%;
+       vertical-align: top;
 }
 
 td.cbi-section-table-optionals {
@@ -905,6 +936,32 @@ div.cbi-tab-descr {
 }
 
 
+.zonebadge {
+       padding: 2px;
+       display: inline-block;
+       white-space: nowrap;
+       cursor: pointer;
+}
+
+.zonebadge em,
+.zonebadge strong {
+       margin: 3px;
+       display: inline-block;
+}
+
+.zonebadge input {
+       width: 6em;
+       height: 1.5em;
+}
+
+.zonebadge-empty {
+       border: 1px dashed #AAAAAA;
+       color: #AAAAAA;
+       font-style: italic;
+       font-size: smaller;
+}
+
+
 .uci-change-list {
        font-family: monospace;
 }