Coder Social home page Coder Social logo

pull-right pull left about bootstrap-rtl HOT 4 CLOSED

naja7host avatar naja7host commented on September 7, 2024
pull-right pull left

from bootstrap-rtl.

Comments (4)

morteza avatar morteza commented on September 7, 2024

Duplicate of #32. The semantic remains the same for right and left.

from bootstrap-rtl.

aagouda avatar aagouda commented on September 7, 2024

The idea is, We do not want to change our LTR code to work for RTL, try something like this code:

                <ul class="nav nav-pills nav-stacked">
                    <li><a href="#">Text link<span class="badge pull-right">7008</span></a></li>
                </ul>

we need this to work correct on both LTR and RTL and only adding these classes to the CSS fixed:

.pull-right {
  float: left !important;
  }
.pull-left {
  float: right !important;
  }

You already changed all floats to work RTL, so why these only classes you insist.

from bootstrap-rtl.

aagouda avatar aagouda commented on September 7, 2024

This logic also implemented in another RTL package here:

http://zerox.me/projects/bootstrap3/

Thanks for your nice effort

from bootstrap-rtl.

naja7host avatar naja7host commented on September 7, 2024

any update in this ?

we realy need this to be updated in this project . the .text-right and .text-left doesn't support the flip class .

i as developper , don't want to change the html markup with the inclusion of rtl bootsrap . , one code that can work ib both RTL and LTR .

from bootstrap-rtl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.