Rubik RTL is broken. there are issues in following:

  • Primary tabs
  • Breadcrumbs
  • Configuration page menu float
  • shortcut menu float

and a few minor icon issues.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Hadi Farnoud’s picture

FileSize
11.52 KB

bleed-rtl.png was necessary. It's included in the patch. let me know if you need the actual file

Hadi Farnoud’s picture

FileSize
24.7 KB

removed /docroot dir from the patch

Hadi Farnoud’s picture

I followed http://drupal.org/node/1054616 for creating a drupal friendly patch.

Can't delete previous posts.

haydeniv’s picture

Committed: fba30e0

Thanks!

haydeniv’s picture

Status: Needs review » Fixed

Forgot status.

Automatically closed -- issue fixed for 2 weeks with no activity.

sinasalek’s picture

Issue summary: View changes

There are still several CSS rtl issues :
style-rtl.css

#branding {
    clear: both;
}

.tabs {
    right: auto;
    left: 0px;
}

.views-exposed-form label {
    white-space: nowrap;
}
sinasalek’s picture

Version: 7.x-4.0-beta8 » 7.x-4.1
sinasalek’s picture

Status: Closed (fixed) » Active
sinasalek’s picture

FileSize
2 KB

Here is a new patch against dev which fixes several important issues

sinasalek’s picture

FileSize
2.13 KB

Here is another one to fix message issues

sinasalek’s picture

Version: 7.x-4.1 » 7.x-4.x-dev
Status: Active » Needs review
FileSize
0 bytes

reroll against head

sinasalek’s picture

Attaching the correct file

haydeniv’s picture

Status: Needs review » Fixed

Committed. Thanks!

osiengine’s picture

Hi,
we completed RTL version of Rubik admin theme.
you can see that here

Hadi Farnoud’s picture

that's cool @osiengine

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

sinasalek’s picture