hannesmannerheim / qvitter

mirror. moved to https://git.gnu.io/h2p/Qvitter, send merge requests and issues there
https://git.gnu.io/h2p/Qvitter
GNU Affero General Public License v3.0
86 stars 26 forks source link

[RTL] Sign Up box is always LTR #206

Open GreenLunar opened 9 years ago

GreenLunar commented 9 years ago

Unlike Sign In box.

UPDATE: Text under Sign Up box (Alternatively...) is also LTR, instead of RTL.

GreenLunar commented 7 years ago

This box aligns correctly once I add to qvitter.css:850 this code:

.front-signup {
    margin-top: 10px;
    height: auto;
    padding-bottom: 12px;
    text-align: left;
    direction: rtl;

Before:

.front-signup {
    margin-top:10px;
    height: auto;
    padding-bottom: 12px;
    text-align:right;
    }

Using the inspector tool.