From c80517aa01ff4dc246f0da7f803c81c76f29c614 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Sun, 11 Jan 2015 23:35:30 -0500 Subject: [PATCH] css clean up, added fa buttons, no display --- chromebook-checkout-meteor/client/admin.css | 30 -------- chromebook-checkout-meteor/client/admin.html | 4 +- .../client/checkout.css | 29 -------- .../client/checkout.html | 13 ++-- chromebook-checkout-meteor/client/checkout.js | 8 +++ .../client/initial.html | 5 +- chromebook-checkout-meteor/client/login.html | 9 +-- chromebook-checkout-meteor/client/main.css | 68 ++++++++++++++++--- chromebook-checkout-meteor/client/main.html | 1 + chromebook-checkout-meteor/client/tabs.css | 4 +- .../client/teacher.html | 10 +-- 11 files changed, 88 insertions(+), 93 deletions(-) delete mode 100644 chromebook-checkout-meteor/client/admin.css mode change 100644 => 100755 chromebook-checkout-meteor/client/admin.html delete mode 100644 chromebook-checkout-meteor/client/checkout.css diff --git a/chromebook-checkout-meteor/client/admin.css b/chromebook-checkout-meteor/client/admin.css deleted file mode 100644 index 5aa96f1..0000000 --- a/chromebook-checkout-meteor/client/admin.css +++ /dev/null @@ -1,30 +0,0 @@ -.admintitle { - text-align: center; - margin-top: 0; -} - -.content { - background-color: #F7F7FF; - border-radius:15px; - margin-left:auto; - margin-right:auto; - margin-top:5%; - margin-bottom:0; - height:auto; - max-width:60%; - box-shadow: 0px 5px 10px #222222; - padding-bottom:0; - padding-top:0; -} - -.remove { - margin-bottom: 4%; -} - -.yield:hover, .yieldc: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 old mode 100644 new mode 100755 index 3f0ab72..11b37d5 --- a/chromebook-checkout-meteor/client/admin.html +++ b/chromebook-checkout-meteor/client/admin.html @@ -1,6 +1,6 @@