From bf5b7cd0a818aad69c29cfcd6a35e9b6c673eea4 Mon Sep 17 00:00:00 2001 From: Yaman Date: Mon, 12 Jan 2015 17:56:27 -0500 Subject: [PATCH] began organization of css --- chromebook-checkout-meteor/client/admin.css | 15 +++++++++++ chromebook-checkout-meteor/client/main.css | 29 +++------------------ 2 files changed, 19 insertions(+), 25 deletions(-) create mode 100644 chromebook-checkout-meteor/client/admin.css diff --git a/chromebook-checkout-meteor/client/admin.css b/chromebook-checkout-meteor/client/admin.css new file mode 100644 index 0000000..a3ec895 --- /dev/null +++ b/chromebook-checkout-meteor/client/admin.css @@ -0,0 +1,15 @@ +.remove { + margin-bottom: 4%; +} + +.yield:hover { + color: #E14C2B; +} + +.row { + min-width: 80%; +} +#edit-admin { + max-height:350px; + overflow:auto; +} \ No newline at end of file diff --git a/chromebook-checkout-meteor/client/main.css b/chromebook-checkout-meteor/client/main.css index 77dd459..a76c4d0 100644 --- a/chromebook-checkout-meteor/client/main.css +++ b/chromebook-checkout-meteor/client/main.css @@ -113,28 +113,23 @@ button { background-image: linear-gradient(to bottom, #db6b6b, #d64949); text-decoration: none; } -#chromebooks, #carts { +#chromebooks, #carts, #tchromebooks { overflow: auto; padding-top:.5%; padding-bottom:.5%; max-height:600px; } #tchromebooks { - overflow: auto; - padding-top:.5%; - padding-bottom:.5%; max-height:500px; } #border { padding: 0 15px 15px 15px; } -.row { +.row, .row-admin { height: 10%; display: flex; } .row-admin { - height: 10%; - display: flex; max-width:89%; } #overlap-fix { @@ -146,24 +141,6 @@ button { margin-top: 0; padding-top: 0; } -//Admin Panel -.remove { - margin-bottom: 4%; -} - -.yield:hover { - color: #E14C2B; -} - -.row { - min-width: 80%; -} -#edit-admin { - max-height:350px; - overflow:auto; -} -//End of Admin Panel - input { margin-left:5%; @@ -178,6 +155,7 @@ input { right:1%; } + //Paragraphs p { padding-left:0px; @@ -198,6 +176,7 @@ p.bottom { p.footer { color:#f7f7f7 } + //Headers h1 { font-size:28px;