Skip to content
Snippets Groups Projects
Commit 26dfd8ec authored by Olimpia Magliulo's avatar Olimpia Magliulo
Browse files

Change path for default-rtl.css

Adds rtl features for form elements used in loginuserpass.
parent f9484a15
No related branches found
No related tags found
No related merge requests found
...@@ -63,8 +63,50 @@ fieldset.fancyfieldset legend { ...@@ -63,8 +63,50 @@ fieldset.fancyfieldset legend {
/* Reverse Float Left <-> Right */ /* Reverse Float Left <-> Right */
.float-r { .float-r {
float: left;
}
.float-l {
float: right;
}
.right {
float: left; float: left;
} }
.float-l { .left {
float: right; float: right;
} }
.v-center-right{
right: 0;
}
/*selectize elements*/
div .item{
float: right;
}
.selectize-input{
padding-right:8px;
}
.selectize-input:after{
transform: translate(-8px, 0);
}
/*purecss elements*/
.pure-form-aligned .pure-control-group label {
text-align: left;
margin: 0 0 0 1em;
}
@media only screen and (max-width : 480px) {
.pure-form-aligned .pure-control-group label {
text-align: right;
}
}
.pure-form-aligned .pure-controls {
margin: 1.5em 11em 0 0;
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
padding-left: 0;
padding-right: 0.3em;
}
.pure-select{
float: left;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment