MDL-41175 themes: Add/remove group members page broken on small screens.

This commit is contained in:
Mary Evans
2013-08-25 17:08:28 +01:00
parent dd99fdd232
commit 1148cdfd6c
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -346,6 +346,7 @@ input#id_externalurl {direction:ltr;}
.groupmanagementtable #potentialcell {width: 42%;}
.groupmanagementtable #buttonscell {width: 16%;}
.groupmanagementtable #buttonscell input {width: 80%;}
.groupmanagementtable #buttonscell p.arrow_button input {width: auto;min-width: 80%;margin: 0 auto;}
.groupmanagementtable #removeselect_wrapper,
.groupmanagementtable #addselect_wrapper {width: 100%;}
.groupmanagementtable #removeselect_wrapper label,
@@ -388,6 +388,11 @@ a.skip:active {
.groupmanagementtable #buttonscell {
width: 16%;
}
.groupmanagementtable #buttonscell p.arrow_button input {
width: auto;
min-width: 80%;
margin: 0 auto;
}
.groupmanagementtable #removeselect_wrapper,
.groupmanagementtable #addselect_wrapper {
width: 100%;
File diff suppressed because one or more lines are too long