minor bug fixes, began adding edit button
This commit is contained in:
parent
e834249578
commit
a6bab03b78
@ -25,3 +25,7 @@ padding-top:0;
|
||||
height: 10%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.edit {
|
||||
color: #F7F7FF;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
@ -38,10 +38,6 @@ body {
|
||||
transition: color 0.5s;
|
||||
}
|
||||
|
||||
/*.edit:hover {
|
||||
color: #25abd9;
|
||||
}*/
|
||||
|
||||
.cross:hover {
|
||||
color: #E14C2B;
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
Chromebooks = new Mongo.Collection("chromebook");
|
||||
Chromebooks = new Mongo.Collection("chromebook");
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user