Skip to content

Commit

Permalink
Fixed issue: Question selector unusuable in RTL mode
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Mar 26, 2015
1 parent 4547f0a commit d491d4b
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 12 deletions.
18 changes: 14 additions & 4 deletions styles/blobblueish/adminstyle-rtl.css
Expand Up @@ -45,13 +45,13 @@ ul,ol {
padding-left: 2px;
}

#separator3,
#separator3,
#separator12 {
padding-right: 0;
padding-left: 0;
}

#separator4,
#separator4,
#separator16 {
padding-left: 0;
padding-right: 55px;
Expand All @@ -63,7 +63,7 @@ div.menubar input {

}

.form30 li,
.form30 li,
.form44 li {
clear: right;
}
Expand Down Expand Up @@ -118,7 +118,7 @@ div.menubar input {

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
right: 100%;
right: 100%;
left:auto;
}

Expand Down Expand Up @@ -196,3 +196,13 @@ ul.sf-menu li li li.sfHover ul {
clear:both;
}
.button-list{text-align:right}

.select2-search-hidden {
right: -10000px;
}

#loginform li label:first-child {
float: right;
margin-left: 0.5em;
text-align: left;
}
18 changes: 14 additions & 4 deletions styles/darkblue/adminstyle-rtl.css
Expand Up @@ -56,13 +56,13 @@ ul,ol {
padding-left: 10px;
}

#separator3,
#separator3,
#separator12 {
padding-right: 0;
padding-left: 0;
}

#separator4,
#separator4,
#separator16 {
padding-left: 1px;
padding-right: 50px;
Expand All @@ -79,7 +79,7 @@ div.menubar input {
text-align: right;
}

.form30 li,
.form30 li,
.form44 li {
clear: right;
}
Expand Down Expand Up @@ -134,7 +134,7 @@ div.menubar input {

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
right: 99%;
right: 99%;
left:auto;
}

Expand Down Expand Up @@ -212,3 +212,13 @@ ul.sf-menu li li li.sfHover ul {
clear:both;
}
.button-list{text-align:right}

.select2-search-hidden {
right: -10000px;
}

#loginform li label:first-child {
float: right;
margin-left: 0.5em;
text-align: left;
}
18 changes: 14 additions & 4 deletions styles/gringegreen/adminstyle-rtl.css
Expand Up @@ -56,13 +56,13 @@ ul,ol {
padding-left: 10px;
}

#separator3,
#separator3,
#separator12 {
padding-right: 0;
padding-left: 0;
}

#separator4,
#separator4,
#separator16 {
padding-left: 1px;
padding-right: 50px;
Expand All @@ -79,7 +79,7 @@ div.menubar input {
text-align: right;
}

.form30 li,
.form30 li,
.form44 li {
clear: right;
}
Expand Down Expand Up @@ -134,7 +134,7 @@ div.menubar input {

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
right: 99%;
right: 99%;
left:auto;
}

Expand Down Expand Up @@ -212,3 +212,13 @@ ul.sf-menu li li li.sfHover ul {
clear:both;
}
.button-list{text-align:right}

.select2-search-hidden {
right: -10000px;
}

#loginform li label:first-child {
float: right;
margin-left: 0.5em;
text-align: left;
}

0 comments on commit d491d4b

Please sign in to comment.