From 9e0241b0735d92211a91ea1f0828f713c0efa486 Mon Sep 17 00:00:00 2001 From: Yaman Date: Sun, 1 Feb 2015 20:48:21 -0500 Subject: [PATCH] fixed HTML incorrect rendering --- chromebook-checkout-meteor/client/chromebook.css | 8 +++++--- chromebook-checkout-meteor/client/main.css | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/chromebook-checkout-meteor/client/chromebook.css b/chromebook-checkout-meteor/client/chromebook.css index 7d865ab..74ab657 100644 --- a/chromebook-checkout-meteor/client/chromebook.css +++ b/chromebook-checkout-meteor/client/chromebook.css @@ -18,6 +18,8 @@ body { height: 10%; max-width: 81%; max-height: 10%; + max-height: 70px; + min-width: 79%; } .checkout, .teacher { @@ -36,13 +38,13 @@ body { .icons { float: right; - margin-top: -7.5%; + margin-top: 3%; margin-left: 2%; color: #5A5A5A; transition: color 0.5s; } -.icons.yield.fa.fa-exclamation-triangle.fa-lg, .icons.yieldc.fa.fa-exclamation-triangle.fa-lg { - margin-right: 6%; +.yield { + margin-right: 2%; } diff --git a/chromebook-checkout-meteor/client/main.css b/chromebook-checkout-meteor/client/main.css index 71d762c..2c7a71c 100644 --- a/chromebook-checkout-meteor/client/main.css +++ b/chromebook-checkout-meteor/client/main.css @@ -69,6 +69,6 @@ h6 { } .row, .row-admin { max-height: 10%; - display: flex; + display: flex !important; } /* End */ \ No newline at end of file