minor bug fixes, began adding edit button

This commit is contained in:
Yaman 2015-01-01 01:42:53 -05:00
parent e834249578
commit a6bab03b78
5 changed files with 7 additions and 13 deletions

View File

@ -25,3 +25,7 @@ padding-top:0;
height: 10%;
display: flex;
}
.edit {
color: #F7F7FF;
}

View File

@ -6,10 +6,10 @@
{{#each chromebooks}}
<div class="row">
{{> chromebook}}
<i class="icons cross fa fa-exclamation-triangle fa-lg"></i>
<!-- fa-times -->
<!-- <i class="icons edit fa fa-pencil-square-o"></i> -->
<i class="icons cross fa fa-exclamation-triangle fa-lg"></i>
</div>
{{/each}}
<i class="icons edit fa fa-pencil-square-o fa-lg"></i>
</div>
</template>

View File

@ -38,10 +38,6 @@ body {
transition: color 0.5s;
}
/*.edit:hover {
color: #25abd9;
}*/
.cross:hover {
color: #E14C2B;
}

View File

@ -1 +1 @@
Chromebooks = new Mongo.Collection("chromebook");
Chromebooks = new Mongo.Collection("chromebook");

View File

@ -11,12 +11,6 @@ Meteor.publish('chromebook', function() {
}
});
Meteor.publish('user', function() {
//return Meteor.users.find({}, {fields: {profile: 1}});
return Meteor.users.find();
});
var adminusers = [
"ybq987@gmail.com",
"mminer@bloomfield.org",