diff --git a/chromebook-checkout-meteor/.meteor/packages b/chromebook-checkout-meteor/.meteor/packages index 0f57d4b..fe726f5 100644 --- a/chromebook-checkout-meteor/.meteor/packages +++ b/chromebook-checkout-meteor/.meteor/packages @@ -14,5 +14,4 @@ fortawesome:fontawesome templates:tabs accounts-ui percolate:momentum -maazalik:malihu-jquery-custom-scrollbar ongoworks:security diff --git a/chromebook-checkout-meteor/.meteor/versions b/chromebook-checkout-meteor/.meteor/versions index 9a178d1..facc849 100644 --- a/chromebook-checkout-meteor/.meteor/versions +++ b/chromebook-checkout-meteor/.meteor/versions @@ -41,7 +41,6 @@ less@1.0.12 livedata@1.0.12 localstorage@1.0.2 logging@1.0.6 -maazalik:malihu-jquery-custom-scrollbar@3.0.6 meteor@1.1.4 meteor-platform@1.2.1 minifiers@1.1.3 diff --git a/chromebook-checkout-meteor/.meteor/versions~ b/chromebook-checkout-meteor/.meteor/versions~ new file mode 100644 index 0000000..2b87fdd --- /dev/null +++ b/chromebook-checkout-meteor/.meteor/versions~ @@ -0,0 +1,78 @@ +accounts-base@1.1.3 +accounts-google@1.0.3 +accounts-oauth@1.1.3 +accounts-ui@1.1.4 +accounts-ui-unstyled@1.1.5 +alanning:roles@1.2.13 +application-configuration@1.0.4 +autoupdate@1.1.4 +base64@1.0.2 +binary-heap@1.0.2 +blaze@2.0.4 +blaze-tools@1.0.2 +boilerplate-generator@1.0.2 +callback-hook@1.0.2 +check@1.0.3 +coffeescript@1.0.5 +ddp@1.0.13 +deps@1.0.6 +ejson@1.0.5 +fastclick@1.0.2 +follower-livedata@1.0.3 +fortawesome:fontawesome@4.2.0_2 +geojson-utils@1.0.2 +google@1.1.3 +html-tools@1.0.3 +htmljs@1.0.3 +http@1.0.9 +id-map@1.0.2 +iron:controller@1.0.6 +iron:core@1.0.6 +iron:dynamic-template@1.0.6 +iron:layout@1.0.6 +iron:location@1.0.6 +iron:middleware-stack@1.0.6 +iron:router@1.0.6 +iron:url@1.0.6 +jquery@1.0.2 +json@1.0.2 +launch-screen@1.0.1 +less@1.0.12 +livedata@1.0.12 +localstorage@1.0.2 +logging@1.0.6 +maazalik:malihu-jquery-custom-scrollbar@2.8.3 +meteor@1.1.4 +meteor-platform@1.2.1 +minifiers@1.1.3 +minimongo@1.0.6 +mobile-status-bar@1.0.2 +momentjs:moment@2.8.4 +mongo@1.0.10 +mrt:purecss@0.6.0 +oauth@1.1.3 +oauth2@1.1.2 +observe-sequence@1.0.4 +ongoworks:security@1.0.1 +ordered-dict@1.0.2 +percolate:momentum@0.7.0 +percolate:velocityjs@1.1.0 +random@1.0.2 +reactive-dict@1.0.5 +reactive-var@1.0.4 +reload@1.1.2 +retry@1.0.2 +routepolicy@1.0.3 +service-configuration@1.0.3 +session@1.0.5 +spacebars@1.0.4 +spacebars-compiler@1.0.4 +templates:array@1.0.0 +templates:tabs@1.1.0 +templating@1.0.10 +tracker@1.0.4 +ui@1.0.5 +underscore@1.0.2 +url@1.0.3 +webapp@1.1.5 +webapp-hashing@1.0.2 diff --git a/chromebook-checkout-meteor/client/admin.css b/chromebook-checkout-meteor/client/admin.css index 34f365d..a6664b8 100644 --- a/chromebook-checkout-meteor/client/admin.css +++ b/chromebook-checkout-meteor/client/admin.css @@ -1,6 +1,3 @@ -.yield:hover, .yieldc:hover { - color: #E14C2B; -} .row-admin { min-width: 100%; } @@ -11,7 +8,7 @@ margin-top: 0%; font-size: 14pt; } -.add, .addc { +.add { background: #d94158; background-image: -webkit-linear-gradient(top, #d94158, #ad3838); background-image: -moz-linear-gradient(top, #d94158, #ad3838); @@ -27,7 +24,7 @@ width: 97%; font-size: 18pt; } -.add:hover, .addc:hover { +.add:hover { background: #db6b6b; background-image: -webkit-linear-gradient(top, #db6b6b, #d64949); background-image: -moz-linear-gradient(top, #db6b6b, #d64949); @@ -35,20 +32,4 @@ background-image: -o-linear-gradient(top, #db6b6b, #d64949); background-image: linear-gradient(to bottom, #db6b6b, #d64949); text-decoration: none; -} -.border { - padding: 1% 0px 1% 15px; - overflow:auto; - min-width:700px; - } -.remove { - margin-bottom: 4%; -} - -.yield:hover { - color: #E14C2B; -} - -.row { - min-width: 80%; } \ No newline at end of file diff --git a/chromebook-checkout-meteor/client/admin.html b/chromebook-checkout-meteor/client/admin.html index 215b6f3..fc6e172 100644 --- a/chromebook-checkout-meteor/client/admin.html +++ b/chromebook-checkout-meteor/client/admin.html @@ -5,7 +5,6 @@ {{#teacherTabs tabs=tabs}} -
Chromebook #{{number}}
{{#if status}} {{#teacherTabs tabs=tabs}} -