Add Committee management page

This commit is contained in:
2017-02-10 11:46:52 -05:00
parent f59f019668
commit 9ff1eec057
11 changed files with 176 additions and 3 deletions

View File

@@ -25,7 +25,8 @@ body {
float: right;
color: #fdd017;
text-decoration: none;
font-size: 16px; }
font-size: 16px;
margin-left: 8px; }
.pull-right {
float: right;
@@ -84,6 +85,11 @@ body {
.details span {
color: #969499; }
form.committee {
border-bottom: 1px solid #969499;
padding: 16px;
margin-bottom: 0; }
section {
color: #969499;
font-weight: lighter;