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

Remove classes not used in rtl.css

parent 0fe45317
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,6 @@ li {
margin-right: 2em;
}
#wrap {
text-align: right;
}
/* TYPOGRAPHY */
dl dd {
margin-right: 3em;
......@@ -38,7 +34,7 @@ div.caution {
}
th.rowtitle {
text-align: right;
text-align: right;
}
.enablebox table {
margin-right: 1em;
......@@ -62,17 +58,8 @@ fieldset.fancyfieldset legend {
margin-right: 2em;
}
.ui-tabs .ui-tabs-nav li {
float: right;
}
/* Reverse Float Left <-> Right */
.float-r {
float: left;
}
.float-l {
float: right;
}
.right {
float: left;
}
......@@ -173,7 +160,15 @@ div .item{
@media screen and (max-width: 0em), screen and (min-width: 40em) {
#layout.active {
right: initial;
right: auto;
left: 11em;
}
#menuLink.menu-link.active {
right: auto;
left: 13em;
}
#foot.active {
margin-right: auto;
margin-left: 11em;
}
}
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