Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
299
Merge Requests
299
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
f77b60f2
Commit
f77b60f2
authored
Nov 27, 2007
by
Gábor Hojtsy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#195543
by hass and yhager: CSS inherit was completely misused in RTL CSS files
parent
61f04c91
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
53 additions
and
47 deletions
+53
-47
modules/color/color-rtl.css
modules/color/color-rtl.css
+4
-5
modules/color/images/hook-rtl.png
modules/color/images/hook-rtl.png
+3
-0
modules/comment/comment-rtl.css
modules/comment/comment-rtl.css
+1
-1
modules/dblog/dblog-rtl.css
modules/dblog/dblog-rtl.css
+1
-1
modules/forum/forum-rtl.css
modules/forum/forum-rtl.css
+1
-1
modules/help/help-rtl.css
modules/help/help-rtl.css
+2
-2
modules/node/node-rtl.css
modules/node/node-rtl.css
+1
-1
modules/search/search-rtl.css
modules/search/search-rtl.css
+1
-1
modules/system/admin-rtl.css
modules/system/admin-rtl.css
+3
-3
modules/system/defaults-rtl.css
modules/system/defaults-rtl.css
+1
-1
modules/system/system-rtl.css
modules/system/system-rtl.css
+13
-7
modules/user/user-rtl.css
modules/user/user-rtl.css
+3
-3
themes/bluemarine/style-rtl.css
themes/bluemarine/style-rtl.css
+1
-1
themes/chameleon/marvin/style-rtl.css
themes/chameleon/marvin/style-rtl.css
+2
-2
themes/chameleon/style-rtl.css
themes/chameleon/style-rtl.css
+4
-4
themes/garland/style-rtl.css
themes/garland/style-rtl.css
+11
-13
themes/garland/style.css
themes/garland/style.css
+1
-1
No files found.
modules/color/color-rtl.css
View file @
f77b60f2
/* $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
{
...
...
modules/color/images/hook-rtl.png
0 → 100644
View file @
f77b60f2
170 Bytes
modules/comment/comment-rtl.css
View file @
f77b60f2
/* $Id$ */
.indented
{
margin-left
:
inherit
;
margin-left
:
0
;
margin-right
:
25px
;
}
modules/dblog/dblog-rtl.css
View file @
f77b60f2
...
...
@@ -2,6 +2,6 @@
#dblog-filter-form
.form-item
{
float
:
right
;
padding-right
:
inherit
;
padding-right
:
0
;
padding-left
:
.8em
;
}
modules/forum/forum-rtl.css
View file @
f77b60f2
/* $Id$ */
#forum
tr
td
.forum
{
padding-left
:
inherit
;
padding-left
:
0.5em
;
padding-right
:
25px
;
background-position
:
98%
2px
;
}
...
...
modules/help/help-rtl.css
View file @
f77b60f2
...
...
@@ -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
;
}
modules/node/node-rtl.css
View file @
f77b60f2
...
...
@@ -2,7 +2,7 @@
#node-admin-buttons
{
float
:
right
;
margin-left
:
inherit
;
margin-left
:
0
;
margin-right
:
0.5em
;
clear
:
left
;
}
modules/search/search-rtl.css
View file @
f77b60f2
...
...
@@ -2,7 +2,7 @@
.search-advanced
.criterion
{
float
:
right
;
margin-right
:
inherit
;
margin-right
:
0
;
margin-left
:
2em
;
}
.search-advanced
.action
{
...
...
modules/system/admin-rtl.css
View file @
f77b60f2
...
...
@@ -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
;
}
modules/system/defaults-rtl.css
View file @
f77b60f2
...
...
@@ -2,6 +2,6 @@
th
{
text-align
:
right
;
padding-right
:
inherit
;
padding-right
:
0
;
padding-left
:
1em
;
}
modules/system/system-rtl.css
View file @
f77b60f2
/* $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
;
}
modules/user/user-rtl.css
View file @
f77b60f2
/* $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
;
}
...
...
themes/bluemarine/style-rtl.css
View file @
f77b60f2
...
...
@@ -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
;
...
...
themes/chameleon/marvin/style-rtl.css
View file @
f77b60f2
...
...
@@ -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
{
...
...
themes/chameleon/style-rtl.css
View file @
f77b60f2
...
...
@@ -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
{
...
...
themes/garland/style-rtl.css
View file @
f77b60f2
...
...
@@ -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
;
}
...
...
themes/garland/style.css
View file @
f77b60f2
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment