diff options
-rw-r--r-- | modules/color/color-rtl.css | 9 | ||||
-rw-r--r-- | modules/color/images/hook-rtl.png | bin | 0 -> 170 bytes | |||
-rw-r--r-- | modules/comment/comment-rtl.css | 2 | ||||
-rw-r--r-- | modules/dblog/dblog-rtl.css | 2 | ||||
-rw-r--r-- | modules/forum/forum-rtl.css | 2 | ||||
-rw-r--r-- | modules/help/help-rtl.css | 4 | ||||
-rw-r--r-- | modules/node/node-rtl.css | 2 | ||||
-rw-r--r-- | modules/search/search-rtl.css | 2 | ||||
-rw-r--r-- | modules/system/admin-rtl.css | 6 | ||||
-rw-r--r-- | modules/system/defaults-rtl.css | 2 | ||||
-rw-r--r-- | modules/system/system-rtl.css | 20 | ||||
-rw-r--r-- | modules/user/user-rtl.css | 6 | ||||
-rw-r--r-- | themes/bluemarine/style-rtl.css | 2 | ||||
-rw-r--r-- | themes/chameleon/marvin/style-rtl.css | 4 | ||||
-rw-r--r-- | themes/chameleon/style-rtl.css | 8 | ||||
-rw-r--r-- | themes/garland/style-rtl.css | 24 | ||||
-rw-r--r-- | themes/garland/style.css | 2 |
17 files changed, 50 insertions, 47 deletions
diff --git a/modules/color/color-rtl.css b/modules/color/color-rtl.css index 1f1485118..0b3e3082b 100644 --- a/modules/color/color-rtl.css +++ b/modules/color/color-rtl.css @@ -1,13 +1,13 @@ /* $Id$ */ #placeholder { - right: inherit; left: 0; + right: auto; } /* Palette */ .color-form .form-item { - padding-left: inherit; + padding-left: 0; padding-right: 1em; } .color-form label { @@ -18,7 +18,7 @@ float: right; } .color-form .form-text { - margin-right: inherit; + margin-right: 0; margin-left: 5px; } @@ -26,7 +26,7 @@ float: right; } #palette .down, #palette .up, #palette .both { - background-position: 0 0; + background: url(images/hook-rtl.png) no-repeat 0 0; } #palette .up { background-position: 0 -27px; @@ -37,7 +37,6 @@ #palette .lock { float: right; - left: inherit; right: -10px; } html.js #preview { diff --git a/modules/color/images/hook-rtl.png b/modules/color/images/hook-rtl.png Binary files differnew file mode 100644 index 000000000..7a80e7aec --- /dev/null +++ b/modules/color/images/hook-rtl.png diff --git a/modules/comment/comment-rtl.css b/modules/comment/comment-rtl.css index 6c88e8ace..5cef41224 100644 --- a/modules/comment/comment-rtl.css +++ b/modules/comment/comment-rtl.css @@ -1,6 +1,6 @@ /* $Id$ */ .indented { - margin-left: inherit; + margin-left: 0; margin-right: 25px; } diff --git a/modules/dblog/dblog-rtl.css b/modules/dblog/dblog-rtl.css index 208e0d9a0..85225e360 100644 --- a/modules/dblog/dblog-rtl.css +++ b/modules/dblog/dblog-rtl.css @@ -2,6 +2,6 @@ #dblog-filter-form .form-item { float: right; - padding-right: inherit; + padding-right: 0; padding-left: .8em; } diff --git a/modules/forum/forum-rtl.css b/modules/forum/forum-rtl.css index f3060942a..4f81bde29 100644 --- a/modules/forum/forum-rtl.css +++ b/modules/forum/forum-rtl.css @@ -1,7 +1,7 @@ /* $Id$ */ #forum tr td.forum { - padding-left: inherit; + padding-left: 0.5em; padding-right: 25px; background-position: 98% 2px; } diff --git a/modules/help/help-rtl.css b/modules/help/help-rtl.css index 2b627613d..79e99c4f4 100644 --- a/modules/help/help-rtl.css +++ b/modules/help/help-rtl.css @@ -2,10 +2,10 @@ .help-items { float: right; - padding-right: inherit; + padding-right: 0; padding-left: 3%; } .help-items-last { - padding-right: inherit; + padding-right: 0; padding-left: 0; } diff --git a/modules/node/node-rtl.css b/modules/node/node-rtl.css index d7cf051ab..f829ab9f2 100644 --- a/modules/node/node-rtl.css +++ b/modules/node/node-rtl.css @@ -2,7 +2,7 @@ #node-admin-buttons { float: right; - margin-left: inherit; + margin-left: 0; margin-right: 0.5em; clear: left; } diff --git a/modules/search/search-rtl.css b/modules/search/search-rtl.css index 8cd2de7a7..f6c69ac3f 100644 --- a/modules/search/search-rtl.css +++ b/modules/search/search-rtl.css @@ -2,7 +2,7 @@ .search-advanced .criterion { float: right; - margin-right: inherit; + margin-right: 0; margin-left: 2em; } .search-advanced .action { diff --git a/modules/system/admin-rtl.css b/modules/system/admin-rtl.css index b95dd1d11..c82995197 100644 --- a/modules/system/admin-rtl.css +++ b/modules/system/admin-rtl.css @@ -6,9 +6,9 @@ div.admin-panel .body { div.admin .expert-link { text-align: left; - margin-right: inherit; + margin-right: 0; margin-left: 1em; - padding-right: inherit; + padding-right: 0; padding-left: 4px; } @@ -31,7 +31,7 @@ table.screenshot { float: right; } .date-container .custom-container { - margin-left: inherit; + margin-left: 0; margin-right: 15px; } diff --git a/modules/system/defaults-rtl.css b/modules/system/defaults-rtl.css index 00ba9fdc5..fc50f7bb5 100644 --- a/modules/system/defaults-rtl.css +++ b/modules/system/defaults-rtl.css @@ -2,6 +2,6 @@ th { text-align: right; - padding-right: inherit; + padding-right: 0; padding-left: 1em; } diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css index d1b6ddbc6..190bebf0b 100644 --- a/modules/system/system-rtl.css +++ b/modules/system/system-rtl.css @@ -1,8 +1,14 @@ /* $Id$ */ +thead th { + text-align: right; + padding-left: 1em; + padding-right: 0.5em; +} + .item-list .icon { float: left; - padding-left: inherit; + padding-left: 0; padding-right: 0.25em; clear: left; } @@ -30,13 +36,13 @@ ul.primary { padding: 0 1em 0 0; } ul.primary li a { - margin-right: inherit; + margin-right: 5px; margin-left: 0.5em; } ul.secondary li { display: inline; padding: 0 1em; - border-right: inherit; + border-right: none; border-left: 1px solid #ccc; } html.js input.form-autocomplete { @@ -47,7 +53,7 @@ html.js input.throbbing { } html.js fieldset.collapsible legend a { - padding-left: inherit; + padding-left: 0; padding-right: 15px; background-position: 98% 75%; } @@ -58,7 +64,7 @@ html.js fieldset.collapsed legend a { div.teaser-button-wrapper { float: left; - padding-right: inherit; + padding-right: 0; padding-left: 5%; } .teaser-checkbox div.form-item { @@ -79,9 +85,9 @@ div.teaser-button-wrapper { } input.password-field { margin-left: 10px; - margin-right: inherit; + margin-right: 0; } input.password-confirm { margin-left: 10px; - margin-right: inherit; + margin-right: 0; } diff --git a/modules/user/user-rtl.css b/modules/user/user-rtl.css index 2751ca77b..ea0278ba3 100644 --- a/modules/user/user-rtl.css +++ b/modules/user/user-rtl.css @@ -1,17 +1,17 @@ /* $Id$ */ #permissions td.permission { - padding-left: inherit; + padding-left: 0; padding-right: 1.5em; } #access-rules .access-type, #access-rules .rule-type { - margin-right: inherit; + margin-right: 0; margin-left: 1em; float: right; } #user-admin-buttons { float: right; - margin-left: inherit; + margin-left: 0; margin-right: 0.5em; clear: left; } diff --git a/themes/bluemarine/style-rtl.css b/themes/bluemarine/style-rtl.css index eb3131149..ef3c46905 100644 --- a/themes/bluemarine/style-rtl.css +++ b/themes/bluemarine/style-rtl.css @@ -17,7 +17,7 @@ body { } ul.links li { border-right: 1px solid #9cf; - border-left: inherit; + border-left: none; } .block, .box { padding: 0 1.5em 0 0; diff --git a/themes/chameleon/marvin/style-rtl.css b/themes/chameleon/marvin/style-rtl.css index 033001329..6da7ca6ba 100644 --- a/themes/chameleon/marvin/style-rtl.css +++ b/themes/chameleon/marvin/style-rtl.css @@ -10,7 +10,7 @@ p { } ul.links li { - border-left: inherit; + border-left: none; border-right: 1px solid #888; } @@ -25,7 +25,7 @@ ul.links li { float: left; } .node .content { - padding-left: inherit; + padding-left: 0; padding-right: 1em; } .node .links { diff --git a/themes/chameleon/style-rtl.css b/themes/chameleon/style-rtl.css index 9e47579cd..c9c43a479 100644 --- a/themes/chameleon/style-rtl.css +++ b/themes/chameleon/style-rtl.css @@ -8,20 +8,20 @@ body { * Welcome to design by tables.. */ #sidebar-left { - border-right: inherit; + border-right: none; border-left: 1px solid gray; } #sidebar-right { - border-left: inherit; + border-left: none; border-right: 1px solid gray; } ul.links li { - border-left: inherit; + border-left: none; border-right: 1px solid #000; } ul.links li.first { - border-left: inherit; + border-left: none; border-right: none; } div.links { diff --git a/themes/garland/style-rtl.css b/themes/garland/style-rtl.css index c59302519..791abf243 100644 --- a/themes/garland/style-rtl.css +++ b/themes/garland/style-rtl.css @@ -20,7 +20,7 @@ ul.menu, .item-list ul { } ul.menu ul, .item-list ul ul { - margin-left: inherit; + margin-left: 0; margin-right: 0em; } @@ -34,7 +34,7 @@ ul li, ul.menu li, .item-list ul li, li.leaf { } ol li { - margin-left: inherit; + margin-left: 0; margin-right: 2em; } @@ -51,7 +51,7 @@ ul.inline li { } ol.task-list { - margin-left: inherit; + margin-left: 0; margin-right: 0; } @@ -68,7 +68,7 @@ ol.task-list li.done { } ol.task-list li.active { - margin-right: inherit; + margin-right: 0; margin-left: 1em; } @@ -96,10 +96,9 @@ dl dd { } #wrapper #container #header h1 img { - padding-right: inherit; + padding-right: 0; + padding-left: 20px; float: right; - padding-right: inherit; - padding-left : 20px; } #sidebar-left .block-region { @@ -118,7 +117,7 @@ dl dd { #wrapper #container .breadcrumb { position: absolute; top: 15px; - left: inherit; + left: 0; right: 35px; z-index: 3; } @@ -139,7 +138,6 @@ ul.primary-links li { * Secondary navigation */ ul.secondary-links { - padding: 20px 0 0; float: left; clear: left; } @@ -186,7 +184,7 @@ ul.links li, ul.inline li { } .picture, .comment .submitted { - padding-left: inherit; + padding-left: 0; float: left; clear: left; padding-right: 1em; @@ -201,12 +199,12 @@ ul.links li, ul.inline li { } .indented { - margin-left: 0; /* an should be inherit, but force left margin to be 0 */ + margin-left: 0; margin-right: 25px; } html.js fieldset.collapsible legend a { - padding-left: inherit; + padding-left: 0; padding-right: 2em; background: url("images/menu-expanded.gif") no-repeat 100% 50%; } @@ -220,7 +218,7 @@ html.js fieldset.collapsed legend a { */ #block-node-0 h2 { float: right; - padding-right: inherit; + padding-right: 0; padding-left: 20px; } diff --git a/themes/garland/style.css b/themes/garland/style.css index 4210932f6..473d3d6c1 100644 --- a/themes/garland/style.css +++ b/themes/garland/style.css @@ -577,7 +577,7 @@ ul.primary-links li a:hover, ul.primary-links li a.active { */ ul.secondary-links { margin: 0; - padding: 18px 0 0; /* LTR */ + padding: 18px 0 0; float: right; /* LTR */ clear: right; /* LTR */ position: relative; |