From c374a6e4821bc15b2196ce106380d915e7b8d15c Mon Sep 17 00:00:00 2001 From: Catouse Date: Mon, 14 Mar 2016 15:58:59 +0800 Subject: [PATCH] * fix table border in iframe modal in firefox. --- www/theme/default/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 24d17d7c1c..5f0c46ecf3 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -514,7 +514,7 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} /* table in outer */ .outer .table {margin-bottom: 0; border: 1px solid #ddd;} -@-moz-document url-prefix(){.outer .table {box-shadow: 1px 1px 0 #ddd, -1px 0 0 #ddd; border-left: none; border-right: none; border-bottom: none} .panel .table, #querybox .table, .outer > .container .table-form, .outer > .container .table-data, .outer .main-side .table {box-shadow: none}} +@-moz-document url-prefix(){.outer .table {box-shadow: 1px 0 0 #ddd, -1px 0 0 #ddd; border-left: none; border-right: none; border-bottom: none} .panel .table, #querybox .table, .outer > .container .table-form, .outer > .container .table-data, .outer .main-side .table {box-shadow: none}} .outer .table thead tr th {text-align: center;} .outer .table thead tr th.text-left {text-align: left;} .outer .table tbody td {vertical-align: middle;} @@ -635,7 +635,6 @@ body {font-size: 13px; color:#141414;padding-bottom: 40px;} .body-modal .outer > .container, .body-modal > .container{padding: 0; margin: 0; max-width: inherit !important; border: 0} .body-modal #titlebar .actions {right: 40px} .body-modal .outer, .body-modal #wrap{padding: 0!important; margin: 0!important;} -@-moz-document url-prefix(){.body-modal .outer .table {box-shadow: none}} .body-modal .row-table {padding: 20px}