From a9d3a9dcc74003a2c8f9a61813b14f74812301d7 Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Thu, 12 Jan 2023 13:16:30 +0800 Subject: [PATCH] * Fix bug #31410. --- module/zahost/css/browseimage.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/zahost/css/browseimage.css b/module/zahost/css/browseimage.css index 18731fc5c2..ef7500cb63 100644 --- a/module/zahost/css/browseimage.css +++ b/module/zahost/css/browseimage.css @@ -1,2 +1,4 @@ .c-name,.c-status,.c-progress,.c-osName{width: 130px;} .main-header-image{border:none;margin-left: 0!important;padding-left:0;} +.body-modal #mainContent{padding-top: 85px; padding-bottom: 50px;} +.dropdown-menu>li>a {margin: 1px 0;}