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%;
|
height: 10%;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit {
|
||||||
|
color: #F7F7FF;
|
||||||
|
}
|
||||||
|
|||||||
@ -6,10 +6,10 @@
|
|||||||
{{#each chromebooks}}
|
{{#each chromebooks}}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{{> chromebook}}
|
{{> chromebook}}
|
||||||
<i class="icons cross fa fa-exclamation-triangle fa-lg"></i>
|
|
||||||
<!-- fa-times -->
|
<!-- fa-times -->
|
||||||
<!-- <i class="icons edit fa fa-pencil-square-o"></i> -->
|
<i class="icons cross fa fa-exclamation-triangle fa-lg"></i>
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
<i class="icons edit fa fa-pencil-square-o fa-lg"></i>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -38,10 +38,6 @@ body {
|
|||||||
transition: color 0.5s;
|
transition: color 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.edit:hover {
|
|
||||||
color: #25abd9;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
.cross:hover {
|
.cross:hover {
|
||||||
color: #E14C2B;
|
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 = [
|
var adminusers = [
|
||||||
"ybq987@gmail.com",
|
"ybq987@gmail.com",
|
||||||
"mminer@bloomfield.org",
|
"mminer@bloomfield.org",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user