From 577aa6460bb1b127f3789e0597623102bee6fa34 Mon Sep 17 00:00:00 2001 From: fen Date: Sun, 3 Nov 2013 19:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20calc=20=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/css/style.css | 3 --- admin/scss/components/_editor.scss | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/admin/css/style.css b/admin/css/style.css index 31e3d626..13cc9fdc 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -1180,9 +1180,6 @@ a.operate-reply { padding: 5px 20px; border: 1px solid #F3F3F0; border-width: 1px 0 0 1px; - height: -moz-calc(100% - 52px); - height: -webkit-calc(100% - 52px); - height: calc(100% - 52px); background: #F6F6F3; overflow: auto; } .fullscreen #wmd-preview code, .fullscreen #wmd-preview pre { diff --git a/admin/scss/components/_editor.scss b/admin/scss/components/_editor.scss index 5295ea99..76df9a2e 100644 --- a/admin/scss/components/_editor.scss +++ b/admin/scss/components/_editor.scss @@ -123,7 +123,7 @@ border: 1px solid #F3F3F0; border-width: 1px 0 0 1px; // height: 100%; - @include calc(height, "100% - 52px"); + // @include calc(height, "100% - 52px"); background: #F6F6F3; overflow: auto; code, pre {