more layout tweaks for RoomSettings

This commit is contained in:
Matthew Hodgson 2016-01-15 16:50:12 +00:00
parent eb8064f961
commit 394fb2373b
2 changed files with 13 additions and 7 deletions

View file

@ -16,8 +16,8 @@ limitations under the License.
/* add 20px to the height of the header when editing */ /* add 20px to the height of the header when editing */
.mx_RoomHeader_editing { .mx_RoomHeader_editing {
-webit-flex: 0 0 113px ! important; -webit-flex: 0 0 103px ! important;
flex: 0 0 113px ! important; flex: 0 0 103px ! important;
} }
.mx_RoomHeader_wrapper { .mx_RoomHeader_wrapper {

View file

@ -15,21 +15,27 @@ limitations under the License.
*/ */
.mx_RoomSettings { .mx_RoomSettings {
margin-left: 65px;
margin-bottom: 20px;
} }
.mx_RoomSettings_settings { .mx_RoomSettings_powerLevels {
display: table; display: table;
margin: 5px 0;
} }
.mx_RoomSettings_settings > div { .mx_RoomSettings_powerLevel {
display: table-row; display: table-row;
} }
.mx_RoomSettings_settings > div > * { .mx_RoomSettings_powerLevelKey,
.mx_RoomSettings_powerLevel .mx_PowerSelector {
display: table-cell; display: table-cell;
padding-bottom: 5px;
}
margin: 0 10px; .mx_RoomSettings_powerLevelKey {
text-align: right;
padding-right: 0.3em;
} }
.mx_RoomSettings h3 { .mx_RoomSettings h3 {