Add administrator editing

This commit is contained in:
2016-09-27 11:56:10 -04:00
parent 75b7c02979
commit 3caf0bd766
13 changed files with 207 additions and 59 deletions
+22
View File
@@ -10,9 +10,31 @@ body {
margin-top: 0;
}
.footer {
color: #aaa;
text-align: center;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
}
#page-wrapper {
padding-top: 50px;
min-height: 100%;
padding-bottom: 60px;
margin-bottom: -60px;
}
.navbar-brand i {
color:palegreen
}
.navbar-brand:link,
.navbar-brand:visited,
.navbar-brand:hover,
.navbar-brand:active {
font-weight: bolder;
color: #92B9BD;
}
.navbar.navbar-fixed-top {