From 8e760d8a500c742ec83d84c102afbdc4d37d7a19 Mon Sep 17 00:00:00 2001 From: Samuel Cochran Date: Wed, 28 Jan 2015 08:43:42 +1100 Subject: [PATCH] Why am I even using compass I mean all of this stuff should just go away really. Might be time for an interface overhaul. Or an everything overhaul. --- assets/stylesheets/mailcatcher.css.sass | 28 ++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/assets/stylesheets/mailcatcher.css.sass b/assets/stylesheets/mailcatcher.css.sass index 301ac5f..019f1f1 100644 --- a/assets/stylesheets/mailcatcher.css.sass +++ b/assets/stylesheets/mailcatcher.css.sass @@ -7,8 +7,12 @@ html, body body +establish-baseline(12px) - +display-box - +box-orient(vertical) + display: -moz-box + display: -webkit-box + display: box + -moz-box-orient: vertical + -webkit-box-orient: vertical + box-orient: vertical background: #eee color: #000 font-size: 12px @@ -142,9 +146,15 @@ body > header border-bottom: 1px solid #fff #message - +display-box - +box-orient(vertical) - +box-flex(1) + display: -moz-box + display: -webkit-box + display: box + -moz-box-orient: vertical + -webkit-box-orient: vertical + box-orient: vertical + -moz-box-flex: 1 + -webkit-box-flex: 1 + box-flex: 1 > header +clearfix .metadata @@ -238,6 +248,10 @@ body > header display: list-item iframe - +display-box - +box-flex(1) + display: -moz-box + display: -webkit-box + display: box + -moz-box-flex: 1 + -webkit-box-flex: 1 + box-flex: 1 background: #fff