From c236776db79001dfae6f0aed96b0e6415eab9524 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 22 Nov 2025 08:42:59 +0100 Subject: [PATCH] cosmetic : padding inner_box --- html/css/style-classic7.css | 12 ++++++++---- include/lib/manage_table_sql.class.php | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index c0429d58b..3f35c6f12 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -1266,8 +1266,8 @@ div.inner_box { border:1px solid #00008B; -moz-box-shadow: 10px 10px 5px #888; box-shadow: 15px 15px 15px #888; - font-size:90%; - font-size:0.9rem; + font-size:100%; + font-size:1rem; width: 100%; left:0px ; } @@ -1285,8 +1285,8 @@ div.inner_box { border:1px solid #00008B; -moz-box-shadow: 10px 10px 5px #888; box-shadow: 15px 15px 15px #888; - font-size:90%; - font-size:0.9rem; + font-size:100%; + font-size:1rem; width: 50%; left:22% ; } @@ -1340,6 +1340,10 @@ div.inner_box { border-radius: 7px; } } + +div.inner_box div.content,div.inner_box2 div.content { + padding:5px; +} /***********************************************************************************/ div.op_detail_title { background-color:#888; diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index 6d09789b1..7b8c7244c 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -1384,6 +1384,7 @@ function check() ob_start(); echo HtmlInput::title_box($this->getTitle(), $this->dialog_box,"close","","y","y"); + print '
'; printf('
', $this->object_name, $this->table->get_pk_value(), $this->object_name, $this->object_name, @@ -1409,7 +1410,7 @@ function check() '', ''; echo "
"; - + print "
"; $html=ob_get_contents(); ob_end_clean();