Merge pull request #5068 from xrav3nz/fix-user-page-layout

last attempt at fixing user page layout
This commit is contained in:
Jeff Atwood 2017-08-18 20:47:49 -07:00 committed by GitHub
commit 42c1b7e6e0

View File

@ -19,7 +19,15 @@
}
.user-preferences {
display: table-cell;
vertical-align: top;
padding-top: 10px;
padding-left: 30px;
h3 {
color: $primary;
margin: 20px 0 10px 0;
}
input.category-selector, input.user-selector, input.tag-chooser {
width: 530px;
@ -106,7 +114,7 @@
// position: static;
}
.user-navigation, .user-preferences {
.user-navigation {
display: table-cell;
vertical-align: top;
width: 170px;
@ -143,7 +151,6 @@
}
.user-right {
width: 900px;
display: table-cell;
}