From 5bb5bc1924da771cce9403e3ddf7ebc99e9a7540 Mon Sep 17 00:00:00 2001 From: Argo-Lenovo Date: Fri, 31 Mar 2017 18:42:25 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BB=A3=E7=A0=81=EF=BC=9A?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E7=AB=99=E5=86=85=E6=B6=88=E6=81=AF=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E4=B8=BAflex?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/Content/admin.css | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/Bootstrap.Admin/Content/admin.css b/Bootstrap.Admin/Content/admin.css index 651ca414..047f21f0 100644 --- a/Bootstrap.Admin/Content/admin.css +++ b/Bootstrap.Admin/Content/admin.css @@ -368,24 +368,11 @@ input[type="datetime"] { /*Messages*/ .mail-box { - border-collapse: collapse; - border-spacing: 0; - display: table; - table-layout: fixed; - width: 100%; - align-content: space-between; + display: flex; } - .mail-box > div { - display: table-cell; - float: none; - height: 100%; - padding: 0; - vertical-align: top; - } - .mail-box .sm-side { - width: 25%; + flex: 0.4; background: #e5e8ef; border-radius: 4px 0 0 4px; } @@ -478,7 +465,7 @@ input[type="datetime"] { } .mail-box .lg-side { - width: 75%; + flex: 0.6; background: #fff; border-radius: 0 4px 4px 0; }