"MDL-14932, merged from MOODLE_19_STABLE"

This commit is contained in:
dongsheng 2008-06-05 06:25:25 +00:00
parent aefa41a1d9
commit a2d0b88564

View File

@ -2154,6 +2154,16 @@ body#group-index #groupeditform {
text-align: center;
}
#add, #remove{
width:100px;
height:35px
}
#add{
text-align:left;
}
#remove{
text-align:right;
}
/***
*** Doc
@ -4285,13 +4295,3 @@ wikiadminactions {
padding-left: 7px;
float: left;
}
#add, #remove{
width:100px;
height:35px
}
#add{
text-align:left;
}
#remove{
text-align:right;
}