improve settings layout and fix FF bugs

pull/800/head
Matthew Hodgson 2016-01-24 18:14:52 +00:00
parent d3bc0feb83
commit 292af1e59c
2 changed files with 11 additions and 2 deletions

View File

@ -15,7 +15,8 @@ limitations under the License.
*/
.mx_UserSettings {
width: 960px;
max-width: 960px;
width: 100%;
margin-left: auto;
margin-right: auto;
@ -143,6 +144,13 @@ limitations under the License.
font-size: 16px;
}
.mx_UserSettings_addThreepid {
display: table-cell;
padding-left: 0.5em;
position: relative;
cursor: pointer;
}
.mx_UserSettings_changePasswordButton {
float: right;
margin-right: 32px;

View File

@ -15,7 +15,8 @@ limitations under the License.
*/
.mx_RoomDirectory {
width: 960px;
max-width: 960px;
width: 100%;
margin-left: auto;
margin-right: auto;
margin-bottom: 12px;