Implement new design for user and org settings

Fixes #1376
This commit is contained in:
Joseph Schorr 2016-04-25 15:17:18 -04:00
parent d63ec8c6b0
commit fe735b8048
25 changed files with 784 additions and 614 deletions

View file

@ -8,27 +8,15 @@
}
.user-view h3 {
margin-bottom: 20px;
margin-top: 0px;
}
.user-view .section-description-header {
padding-left: 40px;
position: relative;
margin-bottom: 20px;
min-height: 50px;
}
.user-view .section-description-header:before {
font-family: FontAwesome;
content: "\f05a";
position: absolute;
top: -4px;
left: 6px;
font-size: 27px;
color: #888;
}
.user-view .user-settings-form .row {
padding: 10px;
margin: 0px;
@ -53,3 +41,6 @@
box-shadow: none;
}
.user-view .settings-section {
margin-bottom: 50px;
}