Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !32807

Bidi RTL

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/omoridi/rtl-bidi into main Jan 14, 2021
  • Overview 3
  • Commits 6
  • Pipelines 0
  • Changes 106

Created by: omoridi

Hi, I changed full site rtl to bidi rtl. for this write a simple program with c#, 1- read bootstrap.css and bootstrap.rtl.css and compare them. 2- Removed same tag and attributes. 3- Add .rtl class before changed and saved. 4- Some tags need some modifications so, create a file that's name is bootstrap_rtl_helper.css 5- Append bootstrap_rtl_helper.css to level 3 and save all to bootstrap_rtl.css 6- for looking at result create a sample. name is full-control-rtl2 Now we have Bidi rtl, means you can see controls in LTR and RTL same time.

we have 2 choose , 1- Convert c# to javascript and used with rtlcss and this javascript. 2- Change bootstrap_rtl.css to scss file and compile with bootstrap project.

Please let see the change and say me witch way is best for you 1 or 2?

best reagrds Omid Moridi

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/omoridi/rtl-bidi