Make Groups page look more like design

This commit is contained in:
David Baker 2017-06-30 14:00:17 +01:00
parent 796b51113f
commit 17bd323376

View File

@ -14,7 +14,30 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
.mx_MyGroups_buttonRow { .mx_MyGroups_joinCreateBox {
margin-bottom: 20px; display: table;
margin-bottom: 30px;
} }
.mx_MyGroups_createBox, .mx_MyGroups_joinBox {
display: table-cell;
width: 40%;
}
.mx_MyGroups_joinCreateHeader {
font-weight: bold;
margin-bottom: 10px;
}
.mx_MyGroups_joinCreateButton {
float: left;
margin: 10px;
}
.mx_MyGroups_joinCreateButton object {
pointer-events: none;
}
.mx_MyGroups_content {
clear: left;
}